Commit graph

4 commits

Author SHA1 Message Date
Raphael
c27526bc24
feat(math/power): adding a function to calculate power 2025-09-17 16:42:42 +02:00
Raphael
d8ac7d2b88
feat(math/ft_min): adding ft_min
- Using the bitwise for fun 👀
2025-09-17 16:42:24 +02:00
Raphael
82c445502b
feat(math/ft_max): adding ft_max
- Using the bitwise for fun 👀
2025-09-17 16:42:17 +02:00
Raphael
6879b46aee
feat(math/abs): adding ft_abs function
- Return the absolute value
2025-09-17 16:41:56 +02:00