Elementary.Sqrt 1pxm 1 Method
Returns the difference between the square root of a number close to 1,
and 1.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
The square root of 1 plus x, minus 1 to full precision.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public static double Sqrt1pxm1(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe square root of 1 plus x, minus 1 to full precision.