Exponential and Logarithmic Functions
- v?Exp
Computes an exponential of vector elements.
- v?Expm1
Computes an exponential of vector elements decreased by 1.
- v?Ln
Computes natural logarithm of vector elements.
- v?Log10
Computes denary logarithm of vector elements.
- v?Log1p
Computes a natural logarithm of vector elements that are increased by 1.