The R Project SVN R

Rev

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

Rev 42419 Rev 42422
Line 592... Line 592...
592
# define snorm	norm_rand
592
# define snorm	norm_rand
593
# define sunif	unif_rand
593
# define sunif	unif_rand
594
# define sexp	exp_rand
594
# define sexp	exp_rand
595
#endif
595
#endif
596
 
596
 
597
/* next is defined by nmath.h, arithmetic.c, fmin.c and uncmin.c */
-
 
598
#ifdef MATHLIB_PRIVATE
-
 
599
# define gamma_cody	Rf_gamma_cody
-
 
600
double	gamma_cody(double); /* used in arithmetic.c */
-
 
601
double  Rf_d1mach(int);
-
 
602
#endif /* MATHLIB_PRIVATE */
-
 
603
 
-
 
604
#if defined(MATHLIB_STANDALONE) && !defined(MATHLIB_PRIVATE_H)
597
#if defined(MATHLIB_STANDALONE) && !defined(MATHLIB_PRIVATE_H)
605
/* second is defined by nmath.h */
598
/* second is defined by nmath.h */
606
 
599
 
607
/* If isnan is a macro, as C99 specifies, the C++
600
/* If isnan is a macro, as C99 specifies, the C++
608
   math header will undefine it. This happens on OS X */
601
   math header will undefine it. This happens on OS X */