Hi guys, I am a novice in C programming, and would like to ask you for help as I've started studying a computer science at university just few weeks ago. All I need to do is write a math function "pow(double x, double y)" without using any of functions in math.h library. There's no problem to do it for me if "y" is an integer number, but once it gets and float value, I am lost. For example how would you solve this one case: 2^3.56
Thanks in advance
Regards
Creck