[Rd] pnorm problem (PR#7302)

terra at gnome.org terra at gnome.org
Thu Oct 21 22:14:44 CEST 2004


Full_Name: Morten Welinder
Version: 2
OS: Solaris(sparc)
Submission from: (NULL) (65.213.85.208)


(gdb) p pnorm(-100000.1, 0.0, 1.0, 0, 1)
$42 = NaN(0xfffffffffffff)

Expected: -0

(gdb) p pnorm(-100000.0, 0.0, 1.0, 0, 1)
$43 = -0

Good.

(I know this is not a typical usage.)



More information about the R-devel mailing list