public final class Remainder extends AbstractBinaryIntegerArithmeticOperator
rem - finds the remainder of division of one number by another.
The result has the same sign as the dividend (i.e. first argument).
| Constructor and Description |
|---|
Remainder() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
calculateLong(long numerator,
long divider)
Returns the result of evaluating an arithmetic expression using the two arguments
|
calculatecalculate, calculate, isPure, preprocess, setKnowledgeBaseprotected long calculateLong(long numerator,
long divider)
AbstractBinaryIntegerArithmeticOperatorcalculateLong in class AbstractBinaryIntegerArithmeticOperatorCopyright © 2024. All rights reserved.