Is there any reason why QL_NULL_REAL is defined this way :
#define QL_NULL_REAL ((std::numeric_limits<float>::max)())
whereas <a href="mk:@MSITStore:C:\Documents%20and%20Settings\duvigf1a\My%20Documents\_my%20Stuffs\QuantLib-docs-ql_svn.chm::/group__limit_macros.html#g8a6736b7bfef354a1fc507317d49117a">QL_MIN_REAL and QL_MAX_REAL are defined this way :
|
#define |
<a href="mk:@MSITStore:C:\Documents%20and%20Settings\duvigf1a\My%20Documents\_my%20Stuffs\QuantLib-docs-ql_svn.chm::/group__limit_macros.html#g8a6736b7bfef354a1fc507317d49117a">QL_MIN_REAL -((std::numeric_limits<<a href="mk:@MSITStore:C:\Documents%20and%20Settings\duvigf1a\My%20Documents\_my%20Stuffs\QuantLib-docs-ql_svn.chm::/class_q_l___r_e_a_l.html">QL_REAL>::max)()) |
#define QL_MAX_REAL ((std::numeric_limits<QL_REAL>::max)())
François
| Free forum by Nabble | Edit this page |