Go to the documentation of this file.
13 #ifndef CT_LOGPRINTCTRL_H
14 #define CT_LOGPRINTCTRL_H
69 void pr_de(
const double d,
int sigDigits = -1,
70 const int wMin = -1,
const int wMax = -1);
90 void pr_de_c10(
const double d,
int sigDigits = -1,
91 const int wMin = -1,
const int wMax = -1);
126 double cropAbs10(
const double d,
const int nDecades)
const;