root / approxBasisSollya / approxbaso.h @ 292
Historique | Voir | Annoter | Télécharger (339 octet)
1 |
/** @approbaso.h
|
---|---|
2 |
* Function approximation basis defined and evaluated in Sollya.
|
3 |
* @author S.T.
|
4 |
* @date 2018-03-07
|
5 |
*/
|
6 |
/******************************************************************************/
|
7 |
|
8 |
/*
|
9 |
* Prerequisites for use:
|
10 |
* The user must include
|
11 |
*/
|
12 |
|
13 |
#ifndef APPROX_BASIS_SOLLYA_h
|
14 |
#define APPROX_BASIS_SOLLYA_h
|
15 |
|
16 |
#endif
|
17 |
|