calcool v1.3.1 (2021-02-20T20:13:44Z)
Dub
Repo
EolExpression
calcool
expression
Undocumented in source.
class
EolExpression :
Expression
{
import
calcool
.
exceptions
:
EolException
;
;
real
evaluate
();
string
toString
();
}
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.
Inherited Members
From Expression
evaluate
real
evaluate
()
Undocumented in source.
toString
string
toString
()
Undocumented in source.
Meta
Source
See Implementation
calcool
expression
classes
EolExpression
FuncExpression
GroupExpression
NegateExpression
NumberExpression
OperatorExpression
interfaces
Expression