Inverse tangent operation. More...

Public Member Functions | |
| ATan (AngleType angleType) | |
| Constructor. | |
| double | function (double x) |
| Inverse tangent of x. | |
| OObject | function (OObject x) |
| Inverse tangent 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 |
Inverse tangent operation.
| jscicalc.pobject.ATan.ATan | ( | AngleType | angleType | ) |
Constructor.
Sets a tooltip and shortcut.
References jscicalc.pobject.PObject.fshortcut, and jscicalc.pobject.PObject.ftooltip.
Referenced by jscicalc.pobject.ATan.main().
| double jscicalc.pobject.ATan.function | ( | double | x | ) | [virtual] |
Inverse tangent of x.
| x | The value (right of symbol) |
Implements jscicalc.pobject.RFunction.
References jscicalc.pobject.Trig.iscale.
Inverse tangent of x.
| x | The value (right of symbol) |
Implements jscicalc.pobject.RFunction.
References jscicalc.pobject.Trig.angleType, jscicalc.OObject.atan(), jscicalc.complex.Complex.atan(), jscicalc.complex.Complex.imaginary(), jscicalc.pobject.Trig.iscale, jscicalc.complex.Complex.scale(), and jscicalc.pobject.Trig.scale.
| static void jscicalc.pobject.ATan.main | ( | String | args[] | ) | [static] |
References jscicalc.pobject.ATan.ATan(), and jscicalc.pobject.PObject.name().
| String [] jscicalc.pobject.ATan.name_array | ( | ) | [virtual] |
Array used to construct name() and shortName() String objects.
Implements jscicalc.pobject.PObject.
References jscicalc.pobject.ATan.fname.
final String [] jscicalc.pobject.ATan.fname [static, private] |
{ "t", "a", "n",
"<sup>−</sup>",
"<sup>1</sup>", " " }
Referenced by jscicalc.pobject.ATan.name_array().
1.7.1