dutils.math.core

Undocumented in source.

Members

Aliases

Operator
alias Operator = dstring function(dstring input)
Undocumented in source.

Functions

registerFunction
bool registerFunction(dstring funcdef, dstring funcbody)

Registers a function with the given name and function body. A function cannot register if its body has invalid syntax or if its definition has already been used.

removeFunction
bool removeFunction(dstring funcdef)

Removes a registered function given its definition.

validateFunction
bool validateFunction(dstring funcbody)

Validates the math library's fucntion syntax.

Interfaces

mType
interface mType
Undocumented in source.

Variables

funcList
dstring[dstring] funcList;
Undocumented in source.
noTouch
dstring[dstring] noTouch;
Undocumented in source.
opList
Operator[dstring] opList;
Undocumented in source.

Meta