search for: enmten

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

Did you mean: endeten
1999 Mar 06
0
bessel_?.c constants
...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 comments heading the files, the first set is co...
1999 Mar 06
1
bessel_?.c constants (fwd)
...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 comments heading the files, the first set is co...