Quad.Ieee 754Remainder 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.3
C#
The remainder of left divided by right as specified by IEEE 754.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad Ieee754Remainder(
Quad left,
Quad right
)
Parameters
Return Value
QuadThe remainder of left divided by right as specified by IEEE 754.