Class ExpressionParser.Const
java.lang.Object
org.episteme.core.mathematics.symbolic.parsing.ExpressionParser.Const
- All Implemented Interfaces:
ExpressionParser.Expr
- Enclosing class:
ExpressionParser
Constant value.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
public final double value
-
-
Constructor Details
-
Const
public Const(double value)
-
-
Method Details
-
eval
- Specified by:
evalin interfaceExpressionParser.Expr
-
differentiate
- Specified by:
differentiatein interfaceExpressionParser.Expr
-
toText
- Specified by:
toTextin interfaceExpressionParser.Expr
-