![]() |
CHDK_DE Vorschauversion
Trunk Rev. 6014
|
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | lmathlib_c |
#define | LUA_LIB |
#define | PI (3.14159265358979323846) |
#define | RADIANS_PER_DEGREE (PI/180.0) |
Funktionen | |
static int | math_abs (lua_State *L) |
static int | math_pow (lua_State *L) |
static int | math_min (lua_State *L) |
static int | math_max (lua_State *L) |
static int | math_random (lua_State *L) |
static int | math_randomseed (lua_State *L) |
LUALIB_API int | luaopen_math (lua_State *L) |
Variablen | |
static const luaL_Reg | mathlib [] |
#define lmathlib_c |
Definiert in Zeile 11 der Datei lmathlib.c.
#define LUA_LIB |
Definiert in Zeile 12 der Datei lmathlib.c.
#define PI (3.14159265358979323846) |
Definiert in Zeile 21 der Datei lmathlib.c.
#define RADIANS_PER_DEGREE (PI/180.0) |
Definiert in Zeile 22 der Datei lmathlib.c.
LUALIB_API int luaopen_math | ( | lua_State * | L) |
Definiert in Zeile 272 der Datei lmathlib.c.
|
static |
Definiert in Zeile 26 der Datei lmathlib.c.
|
static |
Definiert in Zeile 176 der Datei lmathlib.c.
|
static |
Definiert in Zeile 162 der Datei lmathlib.c.
|
static |
Definiert in Zeile 114 der Datei lmathlib.c.
|
static |
Definiert in Zeile 190 der Datei lmathlib.c.
|
static |
Definiert in Zeile 230 der Datei lmathlib.c.
Definiert in Zeile 236 der Datei lmathlib.c.