log10 v0.1.0

Source
Computes common (base 10) logarithm.

Package: C

C reference: log10

Signature

func log10(x: float64) -> float64;

See also

  • C — the package overview