3 references to Hypot
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.Transcendental.cs (1)
852
return ConvertFloatToDecimalIeee754<double, TDecimal, TValue>(double.
Hypot
(xValue, yValue));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1762
public static NFloat Hypot(NFloat x, NFloat y) => new NFloat(NativeType.
Hypot
(x._value, y._value));
System.Runtime.Numerics (1)
System\Numerics\Complex.cs (1)
201
return double.
Hypot
(value.m_real, value.m_imaginary);