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 (3.14159265358979323846) |
#define | RADIANS_PER_DEGREE (PI/180.0) |
Variables | |
static const luaL_Reg | mathlib [] |
#define lmathlib_c |
Definition at line 11 of file lua-5.1.5/src/lmathlib.c.
#define LUA_LIB |
Definition at line 12 of file lua-5.1.5/src/lmathlib.c.
#define PI (3.14159265358979323846) |
Definition at line 21 of file lua-5.1.5/src/lmathlib.c.
Referenced by luaopen_math().
#define RADIANS_PER_DEGREE (PI/180.0) |
Definition at line 22 of file lua-5.1.5/src/lmathlib.c.
Referenced by math_deg(), and math_rad().
LUALIB_API int luaopen_math | ( | lua_State * | L | ) |
Definition at line 251 of file lua-5.1.5/src/lmathlib.c.
References lua_getfield(), LUA_MATHLIBNAME, lua_pushnumber(), lua_setfield(), luaL_register(), mathlib, and PI.
|
static |
Definition at line 26 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 66 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 61 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 71 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 76 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 81 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 41 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 46 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 129 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), luaL_checknumber(), and RADIANS_PER_DEGREE.
|
static |
Definition at line 124 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 86 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 91 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 139 of file lua-5.1.5/src/lmathlib.c.
References lua_pushinteger(), lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 146 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), luaL_checkint, and luaL_checknumber().
|
static |
Definition at line 114 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 119 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 167 of file lua-5.1.5/src/lmathlib.c.
References lua_gettop(), lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 153 of file lua-5.1.5/src/lmathlib.c.
References lua_gettop(), lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 96 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 109 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 134 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), luaL_checknumber(), and RADIANS_PER_DEGREE.
|
static |
Definition at line 181 of file lua-5.1.5/src/lmathlib.c.
References lua_gettop(), lua_pushnumber(), luaL_argcheck, luaL_checkint, and luaL_error().
|
static |
Definition at line 209 of file lua-5.1.5/src/lmathlib.c.
References luaL_checkint.
|
static |
Definition at line 31 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 36 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 104 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 51 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |
Definition at line 56 of file lua-5.1.5/src/lmathlib.c.
References lua_pushnumber(), and luaL_checknumber().
|
static |