Skip to main content

NDArray::arctan

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

Computes the element-wise inverse tangent (arctangent) of an array, returning a new array with the arctangent of each element.


Notes

tip

GPU SUPPORTED

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