Quad.Ieee754Remainder Method

Computes the remainder of two values as specified by IEEE 754.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Quad Ieee754Remainder(
	Quad left,
	Quad right
)

Parameters

left  Quad
The value which right divides.
right  Quad
The value which divides left.

Return Value

Quad
The remainder of left divided by right as specified by IEEE 754.

Implements

IFloatingPointIeee754<TSelf>.Ieee754Remainder(TSelf, TSelf)

See Also