5 references to Hypot
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Hypot.cs (1)
34public static T Invoke(T x, T y) => T.Hypot(x, y);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1487/// <inheritdoc cref="IRootFunctions{TSelf}.Hypot(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2180/// <inheritdoc cref="IRootFunctions{TSelf}.Hypot(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1810/// <inheritdoc cref="IRootFunctions{TSelf}.Hypot(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1506/// <inheritdoc cref="IRootFunctions{TSelf}.Hypot(TSelf, TSelf)" />