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