Functions

exp10

Supported By

Syntax

[the] exp10 of factor

exp10 ( expression )

Factor and expression yield integers, numbers, or complexes.

Example

put the exp10 of 4 -- yields 10000

Description

The exp10 function returns the value of 10 raised to the power specified by its argument. That is, it returns:

10^number

The exp10 function is faster and more accurate than using the above formula.

If the argument is an integer or a number, a number is returned. If the argument is a complex, a complex is returned.

See Also

exp, exp1, exp2, ln, ln1, log2, log10, log