Visual Studio Code – C++ measured execution time is nonsensical
I am trying to beat pow function of C++ by using Taylor Series, Newton's Method, continued fraction and such, the goal is to get a good approximation faster than pow. I wrote some functions to benchmark against pow, I tried…