Quad.Reciprocal Sqrt Estimate Method
            
            Computes an estimate of the reciprocal square root of a value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
An estimate of the reciprocal square root of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static Quad ReciprocalSqrtEstimate(
	Quad x
)Parameters
- x Quad
 - The value whose estimate of the reciprocal square root is to be computed.
 
Return Value
QuadAn estimate of the reciprocal square root of x.