Changeset 1371 in Sophya for trunk/SophyaLib/NTools/tabmath.h
- Timestamp:
- Jan 5, 2001, 6:07:12 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/tabmath.h
r220 r1371 1 1 // This may look like C code, but it is really -*- C++ -*- 2 // Tabulated math functions 3 // E. Aubourg, C. Magneville 1996-2000 4 // DAPNIA/SPP (Saclay) / CEA LAL - IN2P3/CNRS (Orsay) 5 6 #ifndef TABMATH_H_SEEN 7 #define TABMATH_H_SEEN 8 2 9 #include <math.h> 3 10 #include "peida.h" 4 11 #include "nbconst.h" 5 12 13 namespace SOPHYA { 6 14 7 15 /////////////////////////////// … … 9 17 /////////////////////////////// 10 18 11 class TabFExp EXC_AWARE{19 class TabFExp { 12 20 public: 13 21 TabFExp(); … … 30 38 //////////////////////////////////// 31 39 32 class TabFSin EXC_AWARE{40 class TabFSin { 33 41 public: 34 42 TabFSin(int ntab = 0); … … 52 60 #define tabFSin(_x_) ((*ptabFSin)(_x_)) 53 61 #define tabFCos(_x_) ((*ptabFSin)(_x_+Pis2)) 62 63 } // namespace SOPHYA 64 65 #endif
Note:
See TracChangeset
for help on using the changeset viewer.