NDArray::expm1
public static function expm1(NDArray|array|float|int $array): NDArray|float|int;
Calculates the element-wise exponential minus one function, returning
a new array with each element raised to the power of $array
- 1.
Notes
tip
GPU SUPPORTED
This operation is supported by GPU (VRAM) and contains a custom CUDA kernel.