Navigation: Scripting Reference Manual > Functions & Subroutines > Log10

 

Log10

 

Contact Us: fredsupport@photonengr.com

 

Description

Calculates the base 10 logarithm of a number.

 

Syntax

myLog = Log10 ( x )

 

Parameters

myLog (Double)

The base 10 logarithm of the number x.

 

x As Double

The number whose logarithm to compute.

 

Remarks

This function calculates the base 10 logarithm of a number x. No errors are set.

 

See Also

Power

Examples

 

 

 

 

 

 

Copyright © Photon Engineering, LLC