Back to functions

nerdamer.getCore


getCore

Returns the nerdamer core object. This object contains all the core functions of nerdamer and houses the parser.

Usage: nerdamer.getCore()


Parameters

none This function takes no arguments

Returns

nerdamer core

EXAMPLES:
var core = nerdamer.getCore();
for(var x in core) {
   console.log(x);
}
OUTPUT:
groups
Symbol
Expression
Frac
Vector
Matrix
Parser
Scientific
Fraction
Math2
LaTeX
Utils
PARSER
PARENTHESIS
Settings
err
bigInt
bigDec
exceptions
Algebra
Calculus
Extra
Equation
Solve
nerdamer
Back to functions