Quad.ReciprocalEstimate Method

Computes an estimate of the reciprocal of a value.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Quad ReciprocalEstimate(
	Quad x
)

Parameters

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

Return Value

Quad
An estimate of the reciprocal of x.

Implements

IFloatingPointIeee754<TSelf>.ReciprocalEstimate(TSelf)

See Also