Modifier

Double.ReciprocalEstimate(Double) Method

Definition

Computes an estimate of the reciprocal of a value.

public:
 static double ReciprocalEstimate(double x) = System::Numerics::IFloatingPointIeee754<double>::ReciprocalEstimate;
public static double ReciprocalEstimate (double x);
static member ReciprocalEstimate : double -> double
Public Shared Function ReciprocalEstimate (x As Double) As Double

Parameters

x
Double

The value whose estimate of the reciprocal is to be computed.

Returns

An estimate of the reciprocal of x.

Implements

Applies to