Required Static Methodswift-numerics 1.0.3RealModule
hypot(_:_:)
sqrt(x*x + y*y)
, computed in a manner that avoids spurious overflow or underflow.
static func hypot(_ x: Self, _ y: Self) -> Self
sqrt(x*x + y*y)
, computed in a manner that avoids spurious overflow or underflow.
static func hypot(_ x: Self, _ y: Self) -> Self