|
|
|
@ -15,10 +15,10 @@
@@ -15,10 +15,10 @@
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
//! Smallest allowed value for logarithmic scales: 1.0e-150
|
|
|
|
|
QT_STATIC_CONST_IMPL double QwtLogTransform::LogMin = 1.0e-150; |
|
|
|
|
const double QwtLogTransform::LogMin = 1.0e-150; |
|
|
|
|
|
|
|
|
|
//! Largest allowed value for logarithmic scales: 1.0e150
|
|
|
|
|
QT_STATIC_CONST_IMPL double QwtLogTransform::LogMax = 1.0e150; |
|
|
|
|
const double QwtLogTransform::LogMax = 1.0e150; |
|
|
|
|
|
|
|
|
|
//! Constructor
|
|
|
|
|
QwtTransform::QwtTransform() |
|
|
|
|