

Public Member Functions | |
| CubeRoot () | |
| Constructor. | |
| double | function (double x) |
| The cube root function. | |
| OObject | function (OObject x) |
| The cube root function. | |
| String[] | name_array () |
| Array used to construct name() and shortName() String objects. | |
Static Public Member Functions | |
| static void | main (String args[]) |
Static Private Attributes | |
| static final String[] | fname = { "³", "√" } |
| jscicalc.pobject.CubeRoot.CubeRoot | ( | ) |
Constructor.
Sets a tooltip and shortcut.
References jscicalc.pobject.PObject.fshortcut, and jscicalc.pobject.PObject.ftooltip.
Referenced by jscicalc.pobject.CubeRoot.main().
| double jscicalc.pobject.CubeRoot.function | ( | double | x | ) | [virtual] |
The cube root function.
| x | A number |
Implements jscicalc.pobject.RFunction.
The cube root function.
| x | A number |
Implements jscicalc.pobject.RFunction.
References jscicalc.OObject.cuberoot().
| String [] jscicalc.pobject.CubeRoot.name_array | ( | ) | [virtual] |
Array used to construct name() and shortName() String objects.
Implements jscicalc.pobject.PObject.
References jscicalc.pobject.CubeRoot.fname.
| static void jscicalc.pobject.CubeRoot.main | ( | String | args[] | ) | [static] |
References jscicalc.pobject.CubeRoot.CubeRoot(), and jscicalc.pobject.PObject.name().
final String [] jscicalc.pobject.CubeRoot.fname = { "³", "√" } [static, private] |
Referenced by jscicalc.pobject.CubeRoot.name_array().
1.5.5