Difference between revisions of "SHIP:Sail:log10"

From Serious Documentation
Jump to: navigation, search
Line 41: Line 41:
 
|}
 
|}
  
[[Categories: Numeric Functions]]
+
[[Category:Numeric Functions]]

Revision as of 15:08, 10 October 2016

Function Returns Introduced Description
log10 Float v5.1.0 Return the base 10 log of a numberBadge SHIPv5.gif

See Also:

Prototype

Float log10(Float n);

Parameters/Return Value

Parameter Data Type Description
n Float the number to take the base 10 log of
Return Float the result of log10 n

Detailed Description

The log10() function returns the base 10 log of a number.

Examples

Example Result Notes
log10(1); 0.000000...
log10(5); 0.6989700...
log10(1000); 3.000000...