

Public Member Functions | |
| abstract double | function (double x) |
| This function carries out an operation like Square or SquareRoot with one argument. | |
| abstract OObject | function (OObject x) |
| This function carries out an operation like Square or SquareRoot. | |
This class specifies what is needed for a SFunction and allows Parser to handle a SFunction without knowing the exact type.
| abstract double jscicalc.pobject.SFunction.function | ( | double | x | ) | [pure virtual] |
This function carries out an operation like Square or SquareRoot with one argument.
| x | The first value |
Implemented in jscicalc.pobject.ACos, jscicalc.pobject.ASin, jscicalc.pobject.ATan, jscicalc.pobject.Conjugate, jscicalc.pobject.Cos, jscicalc.pobject.Cube, jscicalc.pobject.CubeRoot, jscicalc.pobject.Exp, jscicalc.pobject.Factorial, jscicalc.pobject.Inverse, jscicalc.pobject.LFunction, jscicalc.pobject.Ln, jscicalc.pobject.Log, jscicalc.pobject.RFunction, jscicalc.pobject.Sin, jscicalc.pobject.Square, jscicalc.pobject.SquareRoot, jscicalc.pobject.Tan, jscicalc.pobject.TenX, jscicalc.pobject.Uminus, and jscicalc.pobject.Uplus.
This function carries out an operation like Square or SquareRoot.
| x | The first value |
Implemented in jscicalc.pobject.ACos, jscicalc.pobject.ASin, jscicalc.pobject.ATan, jscicalc.pobject.Conjugate, jscicalc.pobject.Cos, jscicalc.pobject.Cube, jscicalc.pobject.CubeRoot, jscicalc.pobject.Exp, jscicalc.pobject.Factorial, jscicalc.pobject.Inverse, jscicalc.pobject.LFunction, jscicalc.pobject.Ln, jscicalc.pobject.Log, jscicalc.pobject.RFunction, jscicalc.pobject.Sin, jscicalc.pobject.Square, jscicalc.pobject.SquareRoot, jscicalc.pobject.Tan, jscicalc.pobject.TenX, jscicalc.pobject.Uminus, and jscicalc.pobject.Uplus.
1.5.5