Quad.Sqrt1pxm1 Method

Returns the difference between the square root of a number close to 1, and 1.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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