F64_Pow()
Syntax
pointer.double
= F64_Pow(n1.double, n2.double [,
result.double])
Description
Raises n1
to the n2 power. n2 can be both, an integer double or a float double.
The result is stored in n1 or, if the optional parameter is given, in
result.