a simple question

Posted by DU VIGNAUD DE VILLEFORT FRANCOIS GASAPRD PHI on
URL: http://quantlib.414.s1.nabble.com/a-simple-question-tp9462.html

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


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev