The R Project SVN R

Rev

Rev 3548 | Rev 5458 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3548 Rev 4840
Line 18... Line 18...
18
 */
18
 */
19
 
19
 
20
#include "Mathlib.h"
20
#include "Mathlib.h"
21
 
21
 
22
#ifdef IEEE_754
22
#ifdef IEEE_754
23
/* These are used in IEEE exception handling */
23
/* These are used in IEEE exception handling (in Mathlib.h only) */
24
double m_zero = 0;
24
double m_zero = 0;
25
double m_one = 1;
25
double m_one = 1;
26
/* double m_tiny = DBL_MIN; */
26
/* double m_tiny = DBL_MIN; */
27
#endif
27
#endif
28
 
28