

Public Member Functions | |
| E () | |
| Constructor. | |
| double | function (double x, double y) |
| Calculates a double xey. | |
| OObject | function (OObject x, OObject y) |
| Calculates a OObject xey. | |
| String[] | name_array () |
| Array used to construct name() and shortName() String objects. | |
| int | base () |
| Get the base used (always 10). | |
| void | base (int base) |
| Set the base used (always set to 10 but obsolete). | |
Static Public Member Functions | |
| static void | main (String args[]) |
Private Attributes | |
| int | base |
| The base used (10). | |
Static Private Attributes | |
| static final String[] | fname = { "e" } |
Probably now obsolete. It did allow expressions like 1e1.3, but was problematic because of rounding errors.
| jscicalc.pobject.E.E | ( | ) |
Constructor.
Sets a tooltip and shortcut.
References jscicalc.pobject.E.base(), jscicalc.pobject.PObject.fshortcut, and jscicalc.pobject.PObject.ftooltip.
Referenced by jscicalc.pobject.E.main().
| double jscicalc.pobject.E.function | ( | double | x, | |
| double | y | |||
| ) | [virtual] |
Calculates a double xey.
Obsolete.
| x | The first value (left of symbol) | |
| y | The second value (right of symbol) |
Implements jscicalc.pobject.DFunction.
References jscicalc.pobject.E.base().
Calculates a OObject xey.
Obsolete.
| x | The first value (left of symbol) | |
| y | The second value (right of symbol) |
Implements jscicalc.pobject.DFunction.
References jscicalc.pobject.E.base(), and jscicalc.OObject.multiply().
| String [] jscicalc.pobject.E.name_array | ( | ) | [virtual] |
Array used to construct name() and shortName() String objects.
Implements jscicalc.pobject.PObject.
References jscicalc.pobject.E.fname.
| static void jscicalc.pobject.E.main | ( | String | args[] | ) | [static] |
References jscicalc.pobject.E.E(), and jscicalc.pobject.PObject.name().
| int jscicalc.pobject.E.base | ( | ) |
Get the base used (always 10).
Referenced by jscicalc.pobject.E.E(), and jscicalc.pobject.E.function().
| void jscicalc.pobject.E.base | ( | int | base | ) |
Set the base used (always set to 10 but obsolete).
| base | The new base (should be 10) |
int jscicalc.pobject.E.base [private] |
The base used (10).
final String [] jscicalc.pobject.E.fname = { "e" } [static, private] |
Referenced by jscicalc.pobject.E.name_array().
1.5.5