Skip to main content
This is unreleased documentation for the
main
(development) branch of
crypto-glue
.
pow
libm
0.2.16
libm
Function
pow
Copy item path
Source
pub fn pow(x:
f64
, y:
f64
) ->
f64
Expand description
Returns
x
to the power of
y
(f64).