7 #include "ExportAlignLinear.h" 8 #include "ExportAlignLog.h" 15 double xMinLog = log10 (xMin);
16 double xMaxLog = log10 (xMax);
27 return m_firstSimplestNumber;
30 double 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.
double firstSimplestNumber() const
Result.
ExportAlignLog(double xMin, double xMax)
Single constructor.