Révision 291

approxBasisSollya/approxbaso.c (revision 291)
1
/** @file approxbaso.c */
2
/******************************************************************************/
3
/**
4
 * Function approximation basis defined and evaluated in Sollya.
5
 * 
6
 * @author: S.T.
7
 * @date: 2018-03-07
8
 *
9
 */
10

  
11
/* Includes according to the "general to particular" rule. */
12
/* includes of system headers */
13

  
14
/* includes of project headers */
15

  
16
/* includes of local headers */
17

  
18
/* Types, constants and macros definitions */
19

  
20
/* Global variables */
21

  
22
/* Functions */
23

  
24
int main(int argc, char** argv)
25
{
26
  return 0;
27
}
0 28

  

Formats disponibles : Unified diff