Exponential and Logarithmic Functions
- v?Exp
Computes an exponential of vector elements.
- v?Exp2
Computes the base 2 exponential of vector elements.
- v?Exp10
Computes the base 10 exponential of vector elements.
- v?Expm1
Computes an exponential of vector elements decreased by 1.
- v?Ln
Computes natural logarithm of vector elements.
- v?Log2
Computes the base 2 logarithm of vector elements.
- v?Log10
Computes the base 10 logarithm of vector elements.
- v?Log1p
Computes a natural logarithm of vector elements that are increased by 1.
- v?Logb
Computes the exponents of the elements of input vector a.