libdmathexpr ~master (2022-05-05T20:45:55.8295708)
Dub
Repo
MathParseError
libdmathexpr
mathexpr
An exception thrown on math parsing errors.
class
MathParseError : Exception {
this
(string msg);
}
Constructors
this
this
(string msg)
Undocumented in source.
Meta
Source
See Implementation
libdmathexpr
mathexpr
classes
MOIdentifier
MOInversion
MONegation
MONumber
MOOperation
MOParens
MathParseError
enums
MOOpType
NUMBER
functions
getCharType
getNextElem
getPrevElem
main
parseMathExpr
splitMathExpr
toString
interfaces
IMathObject
variables
builtins
tryEval
An exception thrown on math parsing errors.