/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_is_greater.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/05/04 14:29:09 by rparodi #+# #+# */ /* Updated: 2024/05/28 14:13:23 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ #include "../../includes/ft_math.h" // char ft_is_greater_equal(double nb1, double nb2) // { // if (nb1 >= nb2) // return (1); // else // return (0); // } // // char ft_is_greater(double nb1, double nb2) // { // if (nb1 > nb2) // return (1); // else // return (0); // }