images/contents.gifimages/index.gifimages/prev1.gifimages/next1.gif

LOG10()

Definition Base 10 logarithm. Raises a number to a power that produces 100.

Syntax images/aspen00000198.gif

Parameters SERIES
Required if the formula name declares the SERIES parameter.

INPUT
Required if the formula name declares the INPUT parameter.

PERIOD
Required if the formula name declares the PERIOD parameter.

<shift>
A number, positive or negative, enclosed in brackets defining the number of bars (periods) to shift the formula line. Typically used only in formulas that will be rendered in chart windows.

Examples LOG10_EX1(SERIES)=LOG10(SERIES)

LOG10(INPUT)=LOG10(INPUT[1])