IFloatingPointIeee754<TSelf>.ReciprocalSqrtEstimate(TSelf) Method

Definition

Computes an estimate of the reciprocal square root of a value.

public:
 static override TSelf ReciprocalSqrtEstimate(TSelf x);
public static virtual TSelf ReciprocalSqrtEstimate (TSelf x);
static member ReciprocalSqrtEstimate : 'Self -> 'Self
Public Shared Overrides Function ReciprocalSqrtEstimate (x As TSelf) As TSelf

Parameters

x
TSelf

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

Returns

TSelf

An estimate of the reciprocal square root of x.

Applies to