Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | lmathlib_c |
#define | LUA_LIB |
#define | PI ((lua_Number)(3.1415926535897932384626433832795)) |
#define | RADIANS_PER_DEGREE ((lua_Number)(PI/180.0)) |
Variables | |
static const luaL_Reg | mathlib [] |
#define lmathlib_c |
Definition at line 11 of file lua-5.2.4/src/lmathlib.c.
#define LUA_LIB |
Definition at line 12 of file lua-5.2.4/src/lmathlib.c.
#define PI ((lua_Number)(3.1415926535897932384626433832795)) |
Definition at line 21 of file lua-5.2.4/src/lmathlib.c.
Referenced by luaopen_math().
#define RADIANS_PER_DEGREE ((lua_Number)(PI/180.0)) |
Definition at line 22 of file lua-5.2.4/src/lmathlib.c.
Referenced by math_deg(), and math_rad().
LUAMOD_API int luaopen_math | ( | lua_State * | L | ) |
Definition at line 271 of file lua-5.2.4/src/lmathlib.c.
References lua_pushnumber(), lua_setfield(), luaL_newlib, mathlib, and PI.
|
static |
Definition at line 26 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 66 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 61 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 71 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 76 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 82 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 41 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 46 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 144 of file lua-5.2.4/src/lmathlib.c.
References lua_pushnumber(), luaL_checknumber(), and RADIANS_PER_DEGREE.
|
static |
Definition at line 139 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 87 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 92 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 154 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushinteger(), lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 161 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), luaL_checkint, and luaL_checknumber().
|
static |
Definition at line 118 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_isnoneornil, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 184 of file lua-5.2.4/src/lmathlib.c.
References lua_gettop(), lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 170 of file lua-5.2.4/src/lmathlib.c.
References lua_gettop(), lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 98 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 111 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 149 of file lua-5.2.4/src/lmathlib.c.
References lua_pushnumber(), luaL_checknumber(), and RADIANS_PER_DEGREE.
|
static |
Definition at line 198 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_gettop(), lua_pushnumber(), luaL_argcheck, luaL_checknumber(), and luaL_error().
|
static |
Definition at line 226 of file lua-5.2.4/src/lmathlib.c.
References luaL_checkunsigned().
|
static |
Definition at line 31 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 36 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 106 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 51 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 56 of file lua-5.2.4/src/lmathlib.c.
References l_mathop, lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 233 of file lua-5.2.4/src/lmathlib.c.
Referenced by luaopen_math().