Logarithmic and Exponential Functions¶
A list of the available logarithmic and exponential functions in omtools. Assume that x is an input vector, matrix, or tensor.
Logarithmic Functions¶
- omtools.log10(x):
Computes the element-wise logarithm base 10 of an array.
- omtools.log(x):
Computes the element-wise natural logarithm of an array.
Exponential Function¶
- omtools.exp(x):
Computes the element-wise exponential of an array.