A function such as Square acts the value on its left. More...

Public Member Functions | |
| abstract double | function (double x) |
| This function carries out an operation like Square. | |
| abstract OObject | function (OObject x) |
| This function carries out an operation like Square. | |
A function such as Square acts the value on its left.
This class specifies what is needed for a LFunction and allows Parser to handle a DFunction without knowing the exact type.
| abstract double jscicalc.pobject.LFunction.function | ( | double | x | ) | [pure virtual] |
This function carries out an operation like Square.
| x | The first value (left of symbol) |
Implements jscicalc.pobject.SFunction.
Implemented in jscicalc.pobject.Cube, jscicalc.pobject.Factorial, jscicalc.pobject.Inverse, and jscicalc.pobject.Square.
Referenced by jscicalc.Parser.convertLFunctions().
This function carries out an operation like Square.
| x | The first value (left of symbol) |
Implements jscicalc.pobject.SFunction.
Implemented in jscicalc.pobject.Cube, jscicalc.pobject.Factorial, jscicalc.pobject.Inverse, and jscicalc.pobject.Square.
1.7.1