frexp v0.1.0

Source
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