projog
FAQs
Manual
Download
4.11.
mod
- finds the remainder of division of one number by another.
4.13.
**
- calculates the result of the first argument raised to the power of the second argument.
4.12.
*
- performs multiplication.
Examples
See
Prolog Arithmetic Operators
4.11.
mod
- finds the remainder of division of one number by another.
4.13.
**
- calculates the result of the first argument raised to the power of the second argument.