next up previous contents
Next: The Maximum Function Up: Mathematical Functions Previous: The Natural Logarithm Function

The Logarithm base 10 Function

Calling Sequence:
log10(
x)
Parameters:
x : real > 0

Returns: real

Synopsis: log10 returns the logarithm (base 10) of x.

Examples:

> log10(7.5);
> log10(10);

See also: ln, log




Gaston Gonnet
1998-09-15