8 lines
165 B
C
8 lines
165 B
C
#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 */ |