I have created a program without using sqrt and the pwr function but instead have used logs and exponent.
The professor said that math.h is not allowed. I am aware that this library is important for computation, but how do I compute the math without using the math.h?
Would I need to create my library if so how?