|
Almetare 1.20
Alle meine Taschenrechner - Eine C++-Bibliothek zur Entwicklung von Taschenrechnern
|
Tangens hyperbolicus. Mehr ...
#include <calc_sci.h>
Öffentliche Methoden | |
| Number | calcVal (const Number &a) |
Öffentliche Methoden geerbt von SymHyperbolicFunction | |
| SymHyperbolicFunction (string sym="", string hlp="no help available") | |
Öffentliche Methoden geerbt von SymOtherFunction | |
| SymOtherFunction (string sym="", string hlp="no help available") | |
| void | process () |
| Prozessiert alle Nicht-Winkelfunktionen. Mehr ... | |
| virtual Number | calcVal (const Number &a)=0 |
Öffentliche Methoden geerbt von SymFunction | |
| SymFunction (string sym="", string hlp="no help available") | |
Öffentliche Methoden geerbt von Symbol | |
| Symbol (string sym="", string hlp="no help available") | |
| string | getSym () const |
| string | getHlp () const |
| virtual void | process ()=0 |
Weitere Geerbte Elemente | |
Öffentliche, statische Methoden geerbt von Symbol | |
| static void | setCompP (ComputerBase *cP) |
| static void | setDsplP (DisplayBase *cP) |
Geschützte Methoden geerbt von SymHyperbolicFunction | |
| double | expemx (double x) const |
| double | exmemx (double x) const |
| double | sqrtx2p1 (double x) const |
| double | sqrtx2m1 (double x) const |
Geschützte, statische Methoden geerbt von Symbol | |
| static Symbol * | getLastInP () |
| Liefert das letzte eingegebene Symbol zurueck. Mehr ... | |
| static Symbol * | getLastOpP () |
| Liefert das letzte eingegebene Operator-Symbol zurueck. Mehr ... | |
| static Symbol * | getLastButOneOpP () |
| Liefert das vorletzte eingegebene Operator-Symbol zurueck. Mehr ... | |
Geschützte Attribute geerbt von Symbol | |
| string | mSym |
| das Symbol als String ("+", "sto", ...) | |
| string | mHlp |
| kurzer Hilfetext | |
Statische, geschützte Attribute geerbt von Symbol | |
| static ComputerBase * | mCompP |
| Zeiger auf Computer mit der Symboltabelle. | |
| static DisplayBase * | mDsplP |
| Zeiger auf Display (f. wissenschftl. Rechner) | |
Tangens hyperbolicus.
Implementiert SymOtherFunction.