Commit graph

7 commits

Author SHA1 Message Date
Raphael
2cc27d75e0 build(math): adding the module sub-makefile 2025-12-11 14:44:48 +01:00
Raphael
90d32dca61
style(math/sqrt): changing the parameter name to be clearer 2025-09-17 16:45:41 +02:00
Raphael
62dec89863
feat(math/sqrt): adding a function to calculate square root 2025-09-17 16:43:00 +02:00
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