BigFloat.Addition(BigFloat, BigRational) Operator

Adds a BigFloat and a BigRational number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static BigFloat operator +(
	BigFloat left,
	BigRational right
)

Parameters

left  BigFloat
A BigFloat value.
right  BigRational
A BigRational value.

Return Value

BigFloat

Remarks

The precision of the result is the smaller of the absolute precisions of left and right.

See Also