|
Libft
Custom implementation of core libc functions with additional utility helpers.
|
Functions | |
| int | square_root_exact (int nb) |
| Calculates the exact integer square root. | |
| int | square_root_rounded (int nb) |
| Calculates the nearest integer square root. | |