# Functions All functions in Cozo are stateless. All except random functions in Cozo are deterministic. ## Basic arithmetics The four basic arithmetic operators `+`, `-`, `*`, `/` do what you expect, with the usual operator precedence. The precedence can be overridden by parentheses `()`, as usual.