JCL Help:TenToY

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Raises 10 to the power Y.


Pascal

 function TenToY(const Y: Float): Float;


Parameters

Parameters Description
const Y: Float The exponent to raise 10 to.


Return Value

10 to the power Y.


Description

TenToY calculates 10 to the power Y.


See Also

Power PowerInt TwoToY


About

Unit

JclMath


Donator

ESB Consultancy


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page