log10

Navigation:  Language Reference > Functions > Arithmetic >

log10

Previous pageReturn to chapter overviewNext page

Syntax

Y = log10(X);

Description

Returns the base 10 logarithm of X or the elements of X.

Examples

X

log10(X)

1

0

50

1.6990

100

2

[1,50;100,1]

[0,1.6990;2,0]

-2.6

not allowed!

 

Limitations

X and Y must have the same size. X or the elements of X must be larger than zero.