Big Float.Hypot Method
Computes the hypotenuse given two values representing the lengths of the shorter sides in a right-angled triangle.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The square root of x-squared plus y-squared.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigFloat Hypot(
BigFloat x,
BigFloat y
)
Parameters
Return Value
BigFloatThe square root of x-squared plus y-squared.