Exponent
Defines the exponent of an integer.
For example, 2^5 is defined in Conjure Blocks as follows:

Where the top value is the base, and the bottom is the exponent.
This would produce the following Essence Output:
2 ** 5
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Defines the exponent of an integer.
For example, 2^5 is defined in Conjure Blocks as follows:

Where the top value is the base, and the bottom is the exponent.
This would produce the following Essence Output:
2 ** 5