All the basic arithmetical operators are available for the numeric types as you would expect:
There's a caveat that you cannot mix limited and unlimited
numerical scalars in any operation. This is done
deliberately so that you cannot accidentally end up
switching between these types and get results that
are potentially not portable between EdgeDB and other
systems that don't implement bigint
or decimal
: