Changes in sasmodels/models/lib/sas_JN.c [ba32cdd:0278e3f] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/lib/sas_JN.c
rba32cdd r0278e3f 47 47 Copyright 1984, 1987, 2000 by Stephen L. Moshier 48 48 */ 49 double sas_JN( int n, double x );50 49 51 double sas_JN( int n, double x ) 52 {50 static double 51 sas_JN( int n, double x ) { 53 52 54 53 const double MACHEP = 1.11022302462515654042E-16;
Note: See TracChangeset
for help on using the changeset viewer.