hypot

open fun hypot(other: F64Array): F64Array

Computes the hypothenuse of each element in the array with another array.

Return

the computed array

Parameters

other

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