The R Project SVN R

Rev

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

Rev 8085 Rev 8431
Line 16... Line 16...
16
 *  You should have received a copy of the GNU General Public License
16
 *  You should have received a copy of the GNU General Public License
17
 *  along with this program; if not, write to the Free Software
17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
18
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
19
 */
19
 */
20
 
20
 
21
#include "Mathlib.h"
21
#include "nmath.h"
22
#include "dpq.h"
22
#include "dpq.h"
23
 
23
 
24
double qlogis(double p, double location, double scale, int lower_tail, int log_p)
24
double qlogis(double p, double location, double scale, int lower_tail, int log_p)
25
{
25
{
26
#ifdef IEEE_754
26
#ifdef IEEE_754