Corewar documentation 1.0.0
|
The file containing the my_compute_square_root function. More...
#include "my.h"
Functions | |
int | my_compute_square_root (int nb) |
Returns the square root of a number (nb) | |
The file containing the my_compute_square_root function.
int my_compute_square_root | ( | int | nb | ) |
Returns the square root of a number (nb)
nb | The number to calculate |