A function such as Power can act on two values, one left and one right of the symbol. More...

Public Member Functions | |
| abstract double | function (double x, double y) |
| This function carries out an operation like Power. | |
| abstract OObject | function (OObject x, OObject y) |
| This function carries out an operation like Power. | |
A function such as Power can act on two values, one left and one right of the symbol.
This class specifies what is needed for a DFunction and allows Parser to handle a DFunction without knowing the exact type.
| abstract double jscicalc.pobject.DFunction.function | ( | double | x, | |
| double | y | |||
| ) | [pure virtual] |
This function carries out an operation like Power.
| x | The first value (left of symbol) | |
| y | The second value (right of symbol) |
Implemented in jscicalc.pobject.Combination, jscicalc.pobject.E, jscicalc.pobject.Permutation, jscicalc.pobject.Power, and jscicalc.pobject.Root.
Referenced by jscicalc.Parser.convertDFunctions().
This function carries out an operation like Power.
| x | The first value (left of symbol) | |
| y | The second value (right of symbol) |
Implemented in jscicalc.pobject.Combination, jscicalc.pobject.E, jscicalc.pobject.Permutation, jscicalc.pobject.Power, and jscicalc.pobject.Root.
1.7.1