ee.Array.hypot

On an element-wise basis, calculates the magnitude of the 2D vector [x, y].

UsageReturns
Array.hypot(right)Array
ArgumentTypeDetails
this: leftArrayThe left-hand value.
rightArrayThe right-hand value.