4.27.1 Special purpose integer arithmetic
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Built-in Predicates
Arithmetic
Special purpose integer arithmetic
between/3
succ/2
plus/3
divmod/4
nth_integer_root_and_remainder/4
Packages
Availability:
built-in
plus
(
?Int1, ?Int2, ?Int3
)
True if
Int3
=
Int1
+
Int2
. At least two of the three arguments must be instantiated to integers.