Log10
No description available.
Method Signature
Log10(number=[numeric])
Arguments
Argument
Type
Required
Description
Default
number
numeric
true
Examples
logarithm 3.1 to base 10
log10( 3.1 );
Result: 0.4913616938350069271914042463676003
Additional Examples
<bx:output>#log10( 10 )#</bx:output>
Related
Last updated
Was this helpful?