changed sign_f to also return zero
This commit is contained in:
@@ -129,7 +129,7 @@ double ft_fabs(double n);
|
||||
int ft_greater(int a, int b);
|
||||
int ft_smaller(int a, int b);
|
||||
int ft_sign(int i);
|
||||
int ft_sign_f(double 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);
|
||||
|
||||
Reference in New Issue
Block a user