libm
0.2.11
In libm::
math::
pow
libm
::
math
::
pow
Function
pow
Copy item path
source
pub fn pow(x:
f64
, y:
f64
) ->
f64
Expand description
Returns
x
to the power of
y
(f64).