IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37536


Ignore:
Timestamp:
Oct 29, 2014, 7:42:42 PM (12 years ago)
Author:
eugene
Message:

adding some more code for VSH

Location:
branches/eam_branches/ipp-20140904/Ohana/src/libohana
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/libohana/include/gsl_utils.h

    r37534 r37536  
    55
    66# 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
    716
    817# define GSL_IS_ODD(n) ((n) & 1)
Note: See TracChangeset for help on using the changeset viewer.