Statistiques
| Révision :

root / approxBasisSollya / approxbaso.h @ 292

Historique | Voir | Annoter | Télécharger (339 octet)

1 292 storres
/** @approbaso.h
2 292 storres
 * Function approximation basis defined and evaluated in Sollya.
3 292 storres
 * @author S.T.
4 292 storres
 * @date 2018-03-07
5 292 storres
 */
6 292 storres
/******************************************************************************/
7 292 storres
8 292 storres
/*
9 292 storres
 * Prerequisites for use:
10 292 storres
 *   The user must include
11 292 storres
 */
12 292 storres
13 292 storres
#ifndef APPROX_BASIS_SOLLYA_h
14 292 storres
#define APPROX_BASIS_SOLLYA_h
15 292 storres
16 292 storres
#endif