Purpose
=======
DLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary
overflow.
Namespace: DotNumerics.LinearAlgebra.CSLapackAssembly: 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
)
Public Function Run (
X As Double,
Y As Double
) As Double
Request Example
View SourceParameters
- X Double
-
(input) DOUBLE PRECISION
- Y Double
-
(input) DOUBLE PRECISION
X and Y specify the values x and y.
Return Value
DoubleSee Also