search for: rtnsig

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

Did you mean: rt_sig
1999 Mar 06
0
bessel_?.c constants
Hi All, I've been digging around in src/nmath and have discovered that there are two sets of "machine constants" in bessel_l.c and bessel_j.c which have different values: bessel_i.c: static double ensig = 1e16; bessel_i.c: static double rtnsig = 1e-4; bessel_i.c: static double enmten = 8.9e-308; bessel_i.c: static double enten = 1e308; bessel_j.c: static double ensig = 1e17; bessel_j.c: static double rtnsig = 1e-4; bessel_j.c: static double enmten = 1.2e-37; bessel_j.c: static double enten = 1e38; According to the com...
1999 Mar 06
1
bessel_?.c constants (fwd)
...z.ch> Subject: bessel_?.c constants Hi All, I've been digging around in src/nmath and have discovered that there are two sets of "machine constants" in bessel_l.c and bessel_j.c which have different values: bessel_i.c: static double ensig = 1e16; bessel_i.c: static double rtnsig = 1e-4; bessel_i.c: static double enmten = 8.9e-308; bessel_i.c: static double enten = 1e308; bessel_j.c: static double ensig = 1e17; bessel_j.c: static double rtnsig = 1e-4; bessel_j.c: static double enmten = 1.2e-37; bessel_j.c: static double enten = 1e38; According to the com...