Contents
Previous
Next
Subchapters
Current Chapters->
acos
asin
atan
cos
cosh
exp
log
log10
sin
sinh
tan
tanh
log2
pow2
atan2
angle
asinh
acosh
acoth
coth
atanh
hypot
Parent Chapters->
Omatrix6
elementary
transcendental
log10
Search Tools->
contents
reference
index
search
Base Ten Logarithm Function
Syntax
log10(
value
)
See Also
exp
,
log
,
log2
Description
Returns the
element-by-element
base-ten logarithm of
value
, where the elements of
value
are nonnegative real or double-precision numbers.
Example
log10(100.)
returns
2