fp.sqrt
Returns the square root of the fixed point number.
Args
self
(T
) - The input fixed point
Panics
Panics if the input is negative.
Returns
A fixed point number representing the square root of the input value.
Examples
Last updated