luaMathLib function

int luaMathLib(
  1. LuaState state
)

Lua math library, pass to LuaState.requiref.

Implementation

int luaMathLib(LuaState state) => luaopen_math(state.L);