Class: CAS

CAS()

new CAS()

MaiaScript Computer Algebra System library.
Source:

Methods

eval(expr) → {object}

Evaluates expressions using the Algebrite CAS. For complete reference, see the Algebrite documentation at http://algebrite.org
Parameters:
Name Type Description
expr string Algebraic expression.
Source:
Returns:
Result of the expression.
Type
object

(inner) init()

Creates the attributes of the class.
Source: