removed unused and wrong ft_modf

This commit is contained in:
hugogogo
2026-05-12 00:35:11 +02:00
parent de28530259
commit f662d7f750
3 changed files with 0 additions and 27 deletions

View File

@@ -130,7 +130,6 @@ int ft_greater(int a, int b);
int ft_smaller(int a, int b);
int ft_sign(int i);
int ft_fsign(double i);
double ft_modf(double x, double *int_part);
double ft_pow(double base, int exponent);
double ft_round(double x);
double ft_sqrt(double i);