42sh 1.0.0
Create a shell in C
|
The file containing the my_compute_power_rec function. More...
#include "my.h"
Functions | |
int | my_compute_power_rec (int nb, int p) |
Returns the power (p) of the number (nb) | |
The file containing the my_compute_power_rec function.
int my_compute_power_rec | ( | int | nb, |
int | power ) |
Returns the power (p) of the number (nb)
nb | The number to calculate |
power | The power of the number |