logx (<num>)
numeric
The decimal logarithm (base 10) of a number.
<num>Number whose log is required. If its value is zero or negative, zero is returned.
numeric lx = logx(100)
Functions:
exp (numeric), log (numeric)
Identifiers:
ee (numeric)