XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches

◆ Log10()

Function Log10 ( X As  Double,
Optional Info As  Long 
)

log10(x) (base-10 logarithm of x)

Purpose
Computes the base-10 logarithm of x.
Returns
Double
log10(x).
Parameters
[in]XArgument x. (X > 0)
[out]Info(Optional)
= 0: Successful exit.
= -1: The argument X had an illegal value. (X < 0)
= 1: Floating point range error.