📄️ NDArray::exp
Computes the element-wise exponential function of an array, returning a new array
📄️ NDArray::exp2
Computes the element-wise 2 raised to the power of an array,
📄️ NDArray::expm1
Calculates the element-wise exponential minus one function, returning
📄️ NDArray::log
Calculates the element-wise natural logarithm of an array, returning
📄️ NDArray::log10
Calculates the element-wise base-10 logarithm of an array,
📄️ NDArray::log1p
Computes the element-wise logarithm of one plus an array, returning a new array with
📄️ NDArray::log2
Computes the element-wise base-2 logarithm of an array,
📄️ NDArray::logb
Computes the element-wise logarithm base b of an array, returning