Spread 8.0 Documentation
LOG10
Support Options
Formula Reference > Built-In Functions > LOG10

Glossary Item Box

LOG10


Name

Base 10 logarithm

Description

Returns the log base 10 of the number X .

Syntax

LOG10(value)

Remarks

The number specified by the value argument must be a positive real number.

See also LN and LOG.

Data Type

Accepts numeric data. Returns numeric data. For more information, see Data Type for Each Cell Type.

Example

LOG10(R1C2)
LOG10(B3)
LOG10(115)=2.0606978404

Copyright © GrapeCity, inc. All rights reserved.