search for: i_nu

Displaying 2 results from an estimated 2 matches for "i_nu".

Did you mean: i_n
2000 Mar 06
1
A new way for an Alpha to fail
...on a similarly configured machine, although not the same machine as before, and it compiled ok but failed the tests. This time it fails on bessel> x <- seq(0, 4, len = 501) bessel> plot(x, x, ylim = c(0, 6), ylab = "", type = "n", main = "Bessel Functions I_nu(x)") Error in axis(side, at, labels, ...) : no locations are finite Doing some checking by hand shows that plot(x, x) works and that range(x) is 0 to 4, as expected, but plot(x, x, ylim = c(0, 6)) fails with the above message. The compilers are gcc 2.95.2 and g77 from 1999/10/xx -.-.-.-....
2003 Oct 09
2
R-1.8.0 on Sparc Solaris 8, gcc3.2.1, bus error and core dump (PR#4485)
...tions > ### Aliases: bessel Bessel besselI besselJ besselK besselY gammaCody > ### Keywords: math > > ### ** Examples > > nus <- c(0:5,10,20) > > x <- seq(0,4, len= 501) > plot(x,x, ylim = c(0,6), ylab="",type='n', main = "Bessel Functions I_nu(x)") Bus Error(coredump) wazor /s/src/stat/R-1.8.0/tests/Examples $ gdb ../../bin/R.bin core GNU gdb 5.3 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certai...