Changeset 1371 in Sophya for trunk/SophyaLib/NTools/tabmath.h


Ignore:
Timestamp:
Jan 5, 2001, 6:07:12 PM (25 years ago)
Author:
ansari
Message:

MAJ documentation, Makefile, ... - Reza 5/1/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/tabmath.h

    r220 r1371  
    11// 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
    29#include <math.h>
    310#include "peida.h"
    411#include "nbconst.h"
    512
     13namespace SOPHYA { 
    614
    715///////////////////////////////
     
    917///////////////////////////////
    1018
    11 class TabFExp EXC_AWARE {
     19class TabFExp {
    1220public:
    1321  TabFExp();
     
    3038////////////////////////////////////
    3139
    32 class TabFSin EXC_AWARE {
     40class TabFSin {
    3341public:
    3442  TabFSin(int ntab = 0);
     
    5260#define tabFSin(_x_) ((*ptabFSin)(_x_))
    5361#define tabFCos(_x_) ((*ptabFSin)(_x_+Pis2))
     62
     63} // namespace SOPHYA
     64
     65#endif
Note: See TracChangeset for help on using the changeset viewer.