HyperMath

Log10

Log10

Previous topic Next topic No expanding text in this topic  

Log10

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

The natural logarithm of the argument.

Syntax

l = Log10(m)

Argument

Name

Description

 

m

A scalar, vector, or a matrix.

Output

Name

Description

 

l

The base ten logarithm of each entry.

Example

Find the base ten logarithm of elements in a matrix.

 

Syntax

 

L = Log10([1,2;3,4])

 

Result

 

L = 0.0 0.301
   0.477 0.602

Comments

The argument values must be non-zero. For negative arguments, the result will be the primary complex value.

See Also:

Exp

Log