The R Project SVN R

Rev

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

Rev 31682 Rev 34130
Line 102... Line 102...
102
void machar(int *ibeta, int *it, int *irnd, int *ngrd, int *machep,
102
void machar(int *ibeta, int *it, int *irnd, int *ngrd, int *machep,
103
	    int *negep, int *iexp, int *minexp, int *maxexp,
103
	    int *negep, int *iexp, int *minexp, int *maxexp,
104
	    double *eps, double *epsneg, double *xmin, double *xmax);
104
	    double *eps, double *epsneg, double *xmin, double *xmax);
105
 
105
 
106
/* massdist.c */
106
/* massdist.c */
107
void massdist(double *x, int *nx, double *xlow, double *xhigh,
107
void massdist(double *x, double *xmass, int *nx, double *xlow, double *xhigh,
108
	      double *y, int *ny);
108
	      double *y, int *ny);
109
 
109
 
110
/* pretty.c */
110
/* pretty.c */
111
double R_pretty0(double *lo, double *up, int *ndiv, int min_n,
111
double R_pretty0(double *lo, double *up, int *ndiv, int min_n,
112
		 double shrink_sml, double high_u_fact[],
112
		 double shrink_sml, double high_u_fact[],