Returns the difference between the square root of a number close to 1,
and 1.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Function Sqrt1pxm1 ( _
x As Double _
) As Double
|
Return Value
The square root of 1 plus
x, minus 1 to
full precision.
See Also