company logo

CLICollection :: SetName - Arithmetical operations

Arithmetical operations are provided as unary and binary operations. Supported binary operations are:

  '+' - plus (sum)

  '-' - minus (difference)

  '*' - multiplication (product)

  '/' - division

  '^' - power to

  '%' - modulo

Supported unary operations are:

  '-' - negation

Implementation details