#include <Equation.h>
|
| Token | evaluate (Token arg1, Token arg2, long double variable) |
| | Internal use. Assuming this token is an operator, evaluates the results of the operation with the two given arguments. More...
|
| |
| Token ADBLib::Token::evaluate |
( |
Token |
arg1, |
|
|
Token |
arg2, |
|
|
long double |
variable |
|
) |
| |
Internal use. Assuming this token is an operator, evaluates the results of the operation with the two given arguments.
- Parameters
-
| arg1 | A token of type value or variable. |
| arg2 | A token of type value or variable. |
| variable | The value of the variable to use in case either argument is a variable. |
- Returns
- A token of type value containing the results of the operation.
- Exceptions
-
| long double ADBLib::Token::value |
The documentation for this class was generated from the following files: