15 double xMinLog = log10 (xMin);
16 double xMaxLog = log10 (xMax);
27 return m_firstSimplestNumber;
30double ExportAlignLog::log10 (
double in)
const
32 return qLn (in) / qLn (10.0);
Pick first simplest x value between specified min and max, for linear scaling.
double firstSimplestNumber() const
Result.
ExportAlignLog(double xMin, double xMax)
Single constructor.
double firstSimplestNumber() const
Result.