Package: C
C
C reference: log10
log10
func log10(x: float64) -> float64;
log
Computes natural (base e) logarithm.
log10f
Computes common (base 10) logarithm.
On this page