Home Installation Install Documentation Docs Versions Demo

NovaSheets Operators

NovaSheets supports manipulating numerals using raw mathematical operators. These operators are:

Operations apply in that order. Parentheses (( )) can be used to force a change in the order of operations. Example: 1+(2^3-4)/51.8.

NovaSheets supports declaring numbers in binary (prefix 0b), octal (prefix 0o), decimal (no prefix), and hexadecimal (prefix 0x). Example: 0xff * 0b10510.