Almetare
1.15
Alle meine Taschenrechner - Eine C++-Bibliothek zur Entwicklung von Taschenrechnern
|
Vollständige Aufstellung aller Elemente für Util einschließlich aller geerbten Elemente.
CENTER enum-Wert (Definiert in Util) | Util | |
Direction enum-Bezeichner (Definiert in Util) | Util | |
doubleToStr(double val, int format, int digits, int shiftNum, double forceSci=FORCE_SCI) | Util | static |
doubleToSxgStr(double val) | Util | static |
eraseCrs(string &str) | Util | static |
fact(double n) | Util | static |
formatFixNum(double num, int digits) | Util | static |
formatFixNumStr(string numStr, int digits) | Util | static |
formatFixNumStr(string &numStr, int digits, int digitsAfterPoint, bool isOstripped=true) | Util | static |
formatSeven(string &numStr, int len, int expLen, char fillChar) | Util | static |
getEngShiftNum(int e, int eng) | Util | static |
getMantExp(const string &numStr, double &m, int &e) | Util | static |
getMantExp(const string &numStr, string &mnt, string &exp) | Util | static |
getNextSym(string &expr) | Util | static |
LEFT enum-Wert (Definiert in Util) | Util | |
replace(const string &srcStr, const string &oldStr, const string &newStr) | Util | static |
RIGHT enum-Wert (Definiert in Util) | Util | |
root(double x, double y) | Util | static |
roundMantisse(string &numStr, int digits, double forceSci=FORCE_SCI) | Util | static |
roundNumStr(string &numStr, int digits, bool isSci, double forceSci=FORCE_SCI) | Util | static |
roundSxgNumStr(string &numStr, int maxLen) | Util | static |
shiftPoint(double num, int digits, int shiftNum) | Util | static |
shiftPointEng(const string &numStr, Direction dir, int digits) | Util | static |
shiftStr(string &str, string recruit, Direction dir=RIGHT) | Util | static |
stripLine(string &line) | Util | static |
stripLines(string str) | Util | static |
stripTrailingOs(const string &numStr) | Util | static |
toLower(const string &str) | Util | static |
trimNumStr(string numStr, int maxLen) | Util | static |
trimStr(string str, int len=15, Direction dir=LEFT, char fillChar=' ') | Util | static |
trimStr(int num, int len=15, Direction dir=LEFT, char fillChar=' ') | Util | static |