Class Modulus

All Implemented Interfaces:
PostfixMathCommandI, RealBinaryFunction, Serializable
Direct Known Subclasses:
BigDecMod

public class Modulus extends BinaryFunction implements RealBinaryFunction
Calculates the modulus x % y of the arguments. Both arguments are converted to double and the result is a double. The sign of the result is the same as the sign of the argument.
Author:
Richard Morris
See Also: