Big Float.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 BigFloat Ieee754Remainder(
BigFloat left,
BigFloat right
)
Parameters
Return Value
BigFloatThe remainder of left divided by right as specified by IEEE 754.