The R Project SVN R

Rev

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

Rev 10960 Rev 11499
Line 44... Line 44...
44
 
44
 
45
#ifdef HAVE_CONFIG_H
45
#ifdef HAVE_CONFIG_H
46
#include <config.h>
46
#include <config.h>
47
#endif
47
#endif
48
 
48
 
49
#include "R_ext/Applic.h"
49
#include <R_ext/Applic.h>
50
#include "R_ext/Mathlib.h"
50
#include <Rmath.h>
51
#include "R_ext/Error.h"
51
#include <R_ext/Error.h>
52
#ifdef DEBUGpr
52
#ifdef DEBUGpr
53
# include "R_ext/PrtUtil.h"
53
# include <R_ext/Print.h>
54
#endif
54
#endif
55
 
55
 
56
double R_pretty0(double *lo, double *up, int *ndiv, int min_n,
56
double R_pretty0(double *lo, double *up, int *ndiv, int min_n,
57
	       double shrink_sml, double high_u_fact[],
57
	       double shrink_sml, double high_u_fact[],
58
	       int eps_correction, int return_bounds)
58
	       int eps_correction, int return_bounds)