I know this is a recurring question, but I haven\'t really found a useful answer yet. I\'m basically looking for a fast approximation of the function acos in C+
acos
You can try to create lookup tables, and use them instead of standard c++ functions, and see if you see any performance boost.