Changeset 37536
- Timestamp:
- Oct 29, 2014, 7:42:42 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140904/Ohana/src/libohana
- Files:
-
- 2 added
- 1 edited
-
doc/gsl.txt (added)
-
include/gsl_utils.h (modified) (1 diff)
-
src/spherical.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/libohana/include/gsl_utils.h
r37534 r37536 5 5 6 6 # define GSL_SF_GAMMA_XMAX 171.0 7 8 #define GSL_SQRT_DBL_MIN 1.4916681462400413e-154 9 #define GSL_LOG_DBL_EPSILON (-3.6043653389117154e+01) 10 #ifndef M_SQRT3 11 #define M_SQRT3 1.73205080756887729352744634151 /* sqrt(3) */ 12 #endif 13 #ifndef M_LNPI 14 #define M_LNPI 1.14472988584940017414342735135 /* ln(pi) */ 15 #endif 7 16 8 17 # define GSL_IS_ODD(n) ((n) & 1)
Note:
See TracChangeset
for help on using the changeset viewer.
