User Tools

Site Tools


uphp:functions:log10

This is an old revision of the document!


log10

WMPRO, WMMINI FW >= 1.0 WMMEGA FW >= 2.0

Return base 10 logarithm of a number

Description

float log10 ( number $number )

Parameter

$number: A number

Return Value

Float: Base 10 logarithm of number

Examples

<?
  $val=log10(10);
  print($val); // outputs 1
?>

See Also

ln() - Return natural logarithm of a number

power() - Return base raised to the power of exp

uphp/functions/log10.1493813581.txt.gz · Last modified: 2021/09/13 05:56 (external edit)