atan2

open fun atan2(other: F64Array): F64Array

Computes the 2nd-argument arctangent of each element in the array.

Return

the computed array

Parameters

other

the other array, must have the same shape as this array

See also