log10f v0.1.0

Source
Computes common (base 10) logarithm.

Package: C

C reference: log10f

Signature

func log10f(x: float32) -> float32;

See also

  • C — the package overview