log1p v0.1.0

Source
Computes natural logarithm of 1 plus the given number.

Package: C

C reference: log1p

Signature

func log1p(x: float64) -> float64;

See also

  • C — the package overview