Quad.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.3
C#
The square root of 1 plus x, minus 1 to full precision.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad Sqrt1pxm1(
Quad x
)
Parameters
- x Quad
- A real number.
Return Value
QuadThe square root of 1 plus x, minus 1 to full precision.