Companion
A default context that includes Modules.BASE, Modules.MATH and Operators.POWER.
Expression and result caching is enabled for this context. Result caching can be manually turned off for any expression parsed by this context using KthExpression.disableCache.
Functions
Parses an arithmetic expression from the receiving string, then return its result.
Parses an arithmetic expression from the given string, then return its result.
Parses an arithmetic expression from the receiving string, then return its result.
Parses an arithmetic expression from the given string, then return its result.
Clears the expression cache of the context.
Copies this context to create a new context containing the same elements.
Parses an arithmetic expression from the receiving string.
Parses an arithmetic expression from the given string.
Parses an arithmetic expression from the receiving string and given declared variables.
Parses an arithmetic expression from the given string and declared variables.