The R Project SVN R

Rev

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

Rev 69121 Rev 74317
Line 20... Line 20...
20
/* Private header file for use during compilation of R */
20
/* Private header file for use during compilation of R */
21
#ifndef MATHLIB_PRIVATE2_H
21
#ifndef MATHLIB_PRIVATE2_H
22
#define MATHLIB_PRIVATE2_H
22
#define MATHLIB_PRIVATE2_H
23
 
23
 
24
 
24
 
25
double private_rint(double x);
-
 
26
extern N01type N01_kind;
25
extern N01type N01_kind;
27
extern double BM_norm_keep;
26
extern double BM_norm_keep;
28
 
27
 
29
 
28
 
30
#endif /* MATHLIB_PRIVATE2_H */
29
#endif /* MATHLIB_PRIVATE2_H */