Class ExpressionParser.FuncCall
java.lang.Object
org.episteme.core.mathematics.symbolic.parsing.ExpressionParser.FuncCall
- All Implemented Interfaces:
ExpressionParser.Expr
- Enclosing class:
ExpressionParser
Function call: sin, cos, tan, exp, log, sqrt, abs
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
arg
-
-
Constructor Details
-
FuncCall
-
-
Method Details
-
eval
- Specified by:
evalin interfaceExpressionParser.Expr
-
differentiate
- Specified by:
differentiatein interfaceExpressionParser.Expr
-
toText
- Specified by:
toTextin interfaceExpressionParser.Expr
-