Spread.NET 17 Formula Reference
Formula Functions / Functions H to L / LOG10
In This Topic
    LOG10
    In This Topic

    This function returns the logarithm base 10 of the number given.

    Syntax

    LOG10(value )

    Arguments

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

    Data Types

    Accepts numeric data. Returns numeric data.

    Examples

    LOG10(B3)

    LOG10(R1C2)

    LOG10(115) gives the result 2.0606978404

    Version Available

    This function is available in product version 1.0 or later.

    See Also

    LN | LOG | Math and Trigonometry Functions