Click or drag to resize

BaseMatrixHypot Method

sqrt(a^2 + b^2) without under/overflow.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
private double Hypot(
	double a,
	double b
)
Request Example View Source

Parameters

a  Double
 
b  Double
 

Return Value

Double
See Also