Required Static Methodswift-numerics 1.0.3RealModule

hypot(_:_:)

sqrt(x*x + y*y), computed in a manner that avoids spurious overflow or underflow.

RealFunctions.swift:58
static func hypot(_ x: Self, _ y: Self) -> Self