The R Project SVN R

Rev

Rev 17665 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17665 Rev 19500
Line 20... Line 20...
20
 
20
 
21
#ifdef HAVE_CONFIG_H
21
#ifdef HAVE_CONFIG_H
22
#include <config.h>
22
#include <config.h>
23
#endif
23
#endif
24
 
24
 
25
#include "R_ext/Arith.h"
25
#include <R_ext/Arith.h>
26
#include "R_ext/Error.h"
26
#include <R_ext/Error.h>
27
#include "R_ext/Applic.h"
27
#include <R_ext/Applic.h>
28
 
28
 
29
/* Linear and Step Function Interpolation */
29
/* Linear and Step Function Interpolation */
30
 
30
 
31
/* Assumes that ordinates are in ascending order
31
/* Assumes that ordinates are in ascending order
32
 * The right interval is found by bisection
32
 * The right interval is found by bisection