dec - luxembourg/muxcode-clm GitHub Wiki

DEC()

FUNCTION: dec(<number>)

Returns <number> minus 1. Faster and more efficient than sub(<number>,1). Decimal places will be truncated.

Related Topics: sub, add, inc