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