+ n1 n2 -- n core ``plus''
- n1 n2 -- n core ``minus''
* n1 n2 -- n core ``star''
/ n1 n2 -- n core ``slash''
mod n1 n2 -- n core ``mod''
/mod n1 n2 -- n3 n4 core ``slash-mod''
negate n1 -- n2 core ``negate''
abs n1 -- n2 core ``abs''
min n1 n2 -- n core ``min''
max n1 n2 -- n core ``max''
Go to the first, previous, next, last section, table of contents.