Posts by Bruno Lobo • 53 points
1 post
-
5
votes2
answers648
viewsQ: Hyperfactor in C by recursion
I’m trying to make a program with a recursive function to return a hyperfactor of a number in C, but the only value the function returns is 1. Where I’m missing? #include <math.h> #include…