float::pow — power function
FLOAT float::pow (
)
FLOAT
Returns the value of f1 raised to the power of f2.
pow (10.0, 3.0) -> 1000.0