apl/APL1.2/CM2/biblio.h

8 lines
165 B
C
Raw Permalink Normal View History

2022-01-14 06:54:18 +01:00
#ifndef BIBLIO_H
#define BIBLIO_H
#include"biblio.h"
double ma_sqrt(double a, int base, int n);
double recupCalcul(double a, int base,int n);
#endif /* BIBLIO_H */