The R Project SVN R

Rev

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

Rev 8074 Rev 8431
Line 21... Line 21...
21
 *
21
 *
22
 *    The quantile function of the exponential distribution.
22
 *    The quantile function of the exponential distribution.
23
 *
23
 *
24
 */
24
 */
25
 
25
 
26
#include "Mathlib.h"
26
#include "nmath.h"
27
#include "dpq.h"
27
#include "dpq.h"
28
 
28
 
29
double qexp(double p, double scale, int lower_tail, int log_p)
29
double qexp(double p, double scale, int lower_tail, int log_p)
30
{
30
{
31
#ifdef IEEE_754
31
#ifdef IEEE_754