The R Project SVN R

Rev

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

Rev 574 Rev 3548
Line 21... Line 21...
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 */
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
 
29
#ifndef IEEE_754
29
#ifndef IEEE_754
30
 
30
 
31
void ml_error(int n)
31
void ml_error(int n)