Altaxo(Core+Base) class reference (0.53.0.429, 2005/12/22)

BasicFunctions.hypot Method (Double, Double, Double)

The standard hypot() function for three arguments taking care of overflows and zerodivides.

public static double hypot(
   Double x,
   Double y,
   Double z
);

Parameters

x
First argument.
y
Second argument.
z
Third argument.

Return Value

Square root of the sum of x-square, y-square and z-square.

See Also

BasicFunctions Class | Altaxo.Calc Namespace | BasicFunctions.hypot Overload List