expm1 v0.1.0

Source
Computes e raised to the given power, minus one.

Package: C

C reference: expm1

Signature

func expm1(x: float64) -> float64;

See also

  • C — the package overview