atan2InPlace

open fun atan2InPlace(other: F64Array)

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

Parameters

other

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

See also