exp10

Navigation:  Language Reference > Functions > Arithmetic >

exp10

Previous pageReturn to chapter overviewNext page

Syntax

Y = exp10(X);

Description

Returns the exponential function (base 10) of X or the elements of X.

 

y = 10x;

 

Examples

X

exp10(x)

1

10 (= 101)

2.1

125.89 (= 102.1)

-2.6

0.00251 (= 10-2.6)

[1,2.1;-2.6,1]

[10,125.89;0.00251,10]

( = [101,102.1;10-2.6,101] )

Limitations

X and Y must have the same size.