mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update lmathlib.cpp
This commit is contained in:
parent
5920ebab1d
commit
2781bcce68
1 changed files with 2 additions and 0 deletions
|
@ -445,5 +445,7 @@ int luaopen_math(lua_State* L)
|
|||
lua_setfield(L, -2, "pi");
|
||||
lua_pushnumber(L, HUGE_VAL);
|
||||
lua_setfield(L, -2, "huge");
|
||||
lua_pushnumber(L, TAU);
|
||||
lua_setfield(L, -2, "tau");
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue