HyperMath

Miscellaneous - Utility Functions

Miscellaneous - Utility Functions

Previous topic Next topic No expanding text in this topic  

Miscellaneous - Utility Functions

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Eval(expression)

Evaluates a HyperMath expression.

expression

A string of the expression.  In case of failure, it returns a message explaining the error.  If quotes need to be used in the expression, use the escape character backward slash (\).

The following executes the command a = {"X"}; print(a[1]);

Eval("a= {\"X\"}; print(a[1])")

 

Clc(c)

Clears the command window.

See Also:

Eps

GetNumberFormat

pcall

SetNumberFormat

Subrange

Suppress

tonumber

tostring