Exponential Functions
Function
|
Purpose
|
exp
|
Exponential.
|
log
|
Natural logarithm.
|
log10
|
Common (base 10) logarithm.
|
log2
|
Base 2 logarithm and dissect floating-point numbers.
|
nextpow2
|
Next higher power of 2.
|
pow2
|
Base 2 power and scale floating-point numbers.
|
reallog
|
Guarantee output from log is a noncomplex matrix.
|
reallog10
|
Guarantee output from log10 is a noncomplex matrix.
|
realpow
|
Guarantee output from pow er is a noncomplex matrix.
|
realsqrt
|
Guarantee output from sqrt is a noncomplex matrix.
|
sqrt
|
Square root.
|