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