adding modf pow and round

This commit is contained in:
hugogogo
2026-05-07 00:58:54 +02:00
parent 78f6a2d9ba
commit b768ac1a14
6 changed files with 79 additions and 3 deletions

View File

@@ -120,12 +120,15 @@ SRCS = ft_memset.c \
pf_utils.c \
\
ft_abs.c \
ft_abs_f.c \
ft_fabs.c \
ft_greater.c \
ft_smaller.c \
ft_sign.c \
ft_sign_f.c \
ft_modf.c \
ft_pow.c \
ft_sqrt.c \
ft_round.c \
ft_free_tab.c \
\
ft_arrint.c