Algosim documentation: pred

pred

The predecessor function.

Syntax

Description

Examples

pred(5)
4
pred(0, 3)
2
pred(5, 3, 4)
4
pred(4, 3, 4)
6

See also