Skip to main content

NDArray::sinh

public static function sinh(NDArray|array|float|int $array): NDArray|float|int;

Calculates the element-wise hyperbolic sine of an array, returning a new array with the hyperbolic sine of each element.


Notes

tip

GPU SUPPORTED

This operation is supported by GPU (VRAM) and contains a custom CUDA kernel.