I was writing up some documentation for my app and was reading the docs for the math addon here: https://www.angelcode.com/angelscript/sdk/docs/manual/doc_addon_math.html.
I realized that the exponentiation function exp()
is not included. I dug up the references for the C math.h and I see that there are quite a few things that are not included.
Perhaps some of these omissions are intentional, but I would think that exp()
would be pretty mainstream.
Would a patch expanding the math addon to support everything in C's math.h be accepted? Is there a reason to stop short of that?