Package | Description |
---|---|
org.projog.core.math.builtin |
Provides arithmetic operators.
|
Modifier and Type | Class and Description |
---|---|
class |
BitwiseAnd
/\ - performs bitwise addition. |
class |
BitwiseOr
\/ - bitwise 'or'. |
class |
BitwiseXor
xor - bitwise 'exclusive or'. |
class |
IntegerDivide
// - performs integer division. |
class |
Modulo
mod - finds the remainder of division of one number by another. |
class |
Remainder
rem - finds the remainder of division of one number by another. |
class |
ShiftLeft
<< - left shift bits. |
class |
ShiftRight
>> - right shift bits. |
Copyright © 2024. All rights reserved.