Quad.Sqrt1pxm1 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.0
C#
public static Quad Sqrt1pxm1(
	Quad x
)

Parameters

x  Quad
A real number.

Return Value

Quad
The square root of 1 plus x, minus 1 to full precision.

See Also