ajout sqartroot

This commit is contained in:
hugogogo
2021-07-25 12:49:58 +02:00
parent 60ebf29333
commit 1f234c4e58
3 changed files with 18 additions and 1 deletions

View File

@@ -108,5 +108,6 @@ int ft_abs(int n);
int ft_greater(int a, int b);
int ft_smaller(int a, int b);
int ft_sign(int i);
int ft_sqrt(int i);
#endif