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
According to Bjarne Stroustrup in his book The design and evolution of C++. They decided to avoid exponential operator because :