calcool ~master (2022-05-05T22:49:59.7757854)
Dub
Repo
FuncExpression
calcool
expression
Undocumented in source.
class
FuncExpression :
Expression
{
static
auto
funcNames
();
this
(string n, Expression p);
real
evaluate
();
string
toString
();
}
Constructors
this
this
(string n, Expression p)
Undocumented in source.
Members
Functions
evaluate
real
evaluate
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
funcNames
auto
funcNames
()
Undocumented in source.
Inherited Members
From Expression
evaluate
real
evaluate
()
Undocumented in source.
toString
string
toString
()
Undocumented in source.
Meta
Source
See Implementation
calcool
expression
classes
ConstantExpression
EolExpression
FuncExpression
GroupExpression
NegateExpression
NumberExpression
OperatorExpression
interfaces
Expression