Log10

Function

Log10(value)

value

Use

The Log10() function returns the base ten logarithm of a number.

Log10() inputs must be unitless, as units aren't compatible with taking logarithms.

Examples
  • Log10(100)  = 2
  • Log10(32)  = 1.505

 

 


Log10 is included by default in each file as part of the Math library.

 

See also: