Click or drag to resize

DLAPY2Run Method

Purpose ======= DLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary overflow.

Namespace: DotNumerics.LinearAlgebra.CSLapack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double Run(
	double X,
	double Y
)
Request Example View Source

Parameters

X  Double
(input) DOUBLE PRECISION
Y  Double
(input) DOUBLE PRECISION X and Y specify the values x and y.

Return Value

Double
See Also