10.15.26 Power
Power() raises a floating point number to the power of the supplied parameter, returning a floating point number.
Input Parameters
PowerTo – raise the subject to this power
Example
(2.0).Power( 2.0 )
returns 4.0.
Ý 10.15 Floating Point Intrinsic Functions