NDArray::sinc
public static function sinc(NDArray|array|float|int $array): NDArray|float|int;
Calculates the element-wise sinc function of an array, returning a new array with the sinc function evaluated for each element.
Notes
tip
GPU SUPPORTED
This operation is supported by GPU (VRAM) and contains a custom CUDA kernel.