dutils.math.def

Members

Aliases

Operator
alias Operator = dstring function(dstring[]) @(safe)

Define an Operator as used by dutils.math.

Classes

Mtype
class Mtype(T)

Base class for all math types.

Structs

Funclist
struct Funclist

Container for the function list.

Oplist
struct Oplist

Container for the list of all operators.

Variables

funcList
Funclist funcList;

The list of all functions.

opList
Oplist opList;

The list of all operators.

typel
enum dstring[] typel;

The list of all types, that has to be kept here and continously updated.

Meta

License

GPL-3.0 Definitions for dutils.math.core so as to not clog up the whole file.