Replies: 1 comment 2 replies
-
|
Note that all changes to the libraries or the language require an RFC, see the contributing guide (https://github.com/Roblox/luau/blob/master/CONTRIBUTING.md) and RFC readme (https://github.com/Roblox/luau/blob/master/rfcs/README.md). Are you missing some specific functions? I think math. library atm represents a full coverage of C89 math.h; C99/C++11 added a lot of new functions; some of them are likely useful and we discussed some of them in the past, but I don't think we should be adding all of them. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Luau already has an improved math library compared to Lua.
Let's improve it some more.
For example, to add all functions from
math.hor C++cmath.If you don't mind, I can take this task. :)
Beta Was this translation helpful? Give feedback.
All reactions