Skip to main content

Brackets

In Mathsys, you don’t need to use brackets to use exponentiation. This is because the carets (^) act as brackets in Mathsys code themselves, and need to be closed off. Here’s a brief example
This double-caret syntax allows to parse complex expressions inside the delimiters’ space without needing extra parentheses:
note that the first caret must not be preceded by an space.

Examples