I am taking a class in C++ and I noticed there are only a few math operators to use.
I also noticed that C++ does not come with an exponential operator within its math libr
What platform and which compiler are you using? My guess is TurboC. Mostly cmath file has most of the mathematical functions covered in other compilers.