Natural logarithm operation. More...

Public Member Functions | |
| Ln () | |
| Constructor. | |
| double | function (double x) |
| Calculate natural logarithm of x. | |
| OObject | function (OObject x) |
| Calculate natural logarithm of x. | |
| 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 = { "l", "n", " " } |
Natural logarithm operation.
| jscicalc.pobject.Ln.Ln | ( | ) |
Constructor.
Sets a tooltip and shortcut.
References jscicalc.pobject.PObject.fshortcut, and jscicalc.pobject.PObject.ftooltip.
Referenced by jscicalc.pobject.Ln.main().
| double jscicalc.pobject.Ln.function | ( | double | x | ) | [virtual] |
Calculate natural logarithm of x.
| x | The value (right of symbol) |
Implements jscicalc.pobject.RFunction.
Calculate natural logarithm of x.
| x | The value (right of symbol) |
Implements jscicalc.pobject.RFunction.
References jscicalc.OObject.log().
| static void jscicalc.pobject.Ln.main | ( | String | args[] | ) | [static] |
References jscicalc.pobject.Ln.Ln(), and jscicalc.pobject.PObject.name().
| String [] jscicalc.pobject.Ln.name_array | ( | ) | [virtual] |
Array used to construct name() and shortName() String objects.
Implements jscicalc.pobject.PObject.
References jscicalc.pobject.Ln.fname.
final String [] jscicalc.pobject.Ln.fname = { "l", "n", " " } [static, private] |
Referenced by jscicalc.pobject.Ln.name_array().
1.7.1