| Class | Description |
|---|---|
| Average |
This class represents the average expression.
|
| AverageOperator |
An average operator has an operation that takes two doubles
as arguments and returns their average.
|
| BinaryExpression |
This class represents a binary expression.
|
| BinaryOperator |
A binary operator has an operation that takes two doubles
as arguments and returns a double.
|
| Cosine |
This class represents the cosine expression.
|
| CosineOperator |
A cosine operator has an operation that takes a double
as argument and returns cos(pi * -).
|
| Expression |
This class represents an expression.
|
| Expressions |
This utility class provides methods to create expressions.
|
| Product |
This class represents the product expression.
|
| ProductOperator |
A product operator has an operation that takes two doubles
as arguments and returns their product.
|
| Sine |
This class represents the sine expression.
|
| SineOperator |
An sine operator has an operation that takes a double
as argument and returns sin(pi * -).
|
| UnaryExpression |
This class represents a unary expression.
|
| UnaryOperator |
A unary operator has an operation that takes a doubles
as argument and returns a double.
|
| VariableX |
This class represents the variable x expression.
|
| VariableY |
This class represents the variable y expression.
|