Group: Mathematical Functions
Subgroup: Exponential and Logarithmic Functions
See also: exp expm1 log log1p

Function: log10
Description: log10 returns the logarithm base 10 of the elements of an array.

Usage: z = log10 (x)
Input:
x d1 x d2 x ... x dn array
Output:
z d1 x d2 x ... x dn array

Notes:
if this function is applied to negative values it will return -Inf.

Example:
log10 (#(10, 100)') 

Result:
[1,]     1     2 





Group: Mathematical Functions
Subgroup: Exponential and Logarithmic Functions
See also: exp expm1 log log1p

© XploRe, generated on 6.3.98 7:17 .