You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
304 B
Markdown

# 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.