This sub-package contains the math operations for integer numbers.
| Name | Description |
|---|---|
| Add | Sum of two integer numbers |
| Sub | Difference of two integer numbers |
| Div | Integer division of two integer numbers |
| Mod | Modulus of Integer division of two integer numbers |
| Mult | Product of two integer numbers |
| Pow | Power of two integer numbers |
| Expression | User defined function integer function |
| Functions | Functions |
| Interfaces | Interfaces |