Exponential and Logarithmic Functions
- exp
Computes an exponential of vector elements.
- exp2
Computes the base 2 exponential of vector elements.
- exp10
Computes the base 10 exponential of vector elements.
- expm1
Computes an exponential of vector elements decreased by 1.
- ln
Computes natural logarithm of vector elements.
- log2
Computes the base 2 logarithm of vector elements.
- log10
Computes the base 10 logarithm of vector elements.
- log1p
Computes a natural logarithm of vector elements that are increased by 1.
- logb
Computes the exponents of the elements of input vector a.