fp.pow
Returns the result of raising the fixed point number to the power of another fixed point number.
Args
self
(T
) - The input fixed point.b
(T
) - The exponent fixed point number.
Returns
A fixed point number representing the result of x^y.
Examples
Last updated