JCL Help:TwoToY

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Raises 2 to the power Y.


Pascal

 function TwoToY(const Y: Float): Float;


Parameters

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


Return Value

2 to the power Y.


Description

TenToY calculates 2 to the power Y.


See Also

Power PowerInt TenToY


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