frexp v0.1.0
Decomposes a number into significand and a power of two.
Package: C
C reference: frexp
Signature
func frexp(x: float64, exp: *int32) -> float64;
See also
C— the package overview
Package: C
C reference: frexp
func frexp(x: float64, exp: *int32) -> float64;
C — the package overview