GoLang log10

request it (392)
GoLang replacement for PHP's log10 [edit | history]



Do you know a GoLang replacement for PHP's log10? Write it!

PHP log10

PHP original manual for log10 [ show | php.net ]

log10

(PHP 4, PHP 5, PHP 7)

log10Base-10 logarithm

Description

float log10 ( float $arg )

Returns the base-10 logarithm of arg.

Parameters

arg

The argument to process

Return Values

The base-10 logarithm of arg

See Also

  • log() - Natural logarithm