Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Mathematical Functions
Topic: 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 array
Output:
z array

Note:

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

Result:
Contents of log10

[1,]     1     2



(C) MD*TECH Method and Data Technologies, 05.02.2006