index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mathlib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
"random" accepts an 'n' to return between 1 and 'n'.
Roberto Ierusalimschy
1997-07-30
1
-2
/
+6
*
new interface to "lua_seterrormethod" and "lua_settagmethod", to
Roberto Ierusalimschy
1997-06-19
1
-2
/
+3
*
power method (^) acts only in numbers.
Roberto Ierusalimschy
1997-06-09
1
-2
/
+3
*
luaL check functions do not need the function name (it can be
Roberto Ierusalimschy
1997-04-06
1
-27
/
+27
*
better error messages;
Roberto Ierusalimschy
1997-04-04
1
-2
/
+2
*
mathlib now uses i.m. for "pow" operator.
Roberto Ierusalimschy
1997-03-21
1
-21
/
+5
*
new header 'auxlib.h' + new function luaL_verror
Roberto Ierusalimschy
1997-03-18
1
-3
/
+4
*
new module 'auxlib' centralizes functions to get/check parameters.
Roberto Ierusalimschy
1997-03-17
1
-25
/
+25
*
new mod implementation (more portable).
Roberto Ierusalimschy
1996-08-01
1
-4
/
+4
*
new function "luaI_openlib" to help open libs.
Roberto Ierusalimschy
1996-04-30
1
-24
/
+27
*
lua_Reference is int, so say so.
Roberto Ierusalimschy
1996-04-25
1
-2
/
+2
*
lock mechanism seperseded by the REFERENCE mechanism.
Roberto Ierusalimschy
1996-04-22
1
-4
/
+4
*
new functions "random" and "randomseed".
Roberto Ierusalimschy
1996-02-09
1
-2
/
+17
*
error functions are shared by all libraries
Roberto Ierusalimschy
1995-11-10
1
-40
/
+24
*
small "re-engineering" on parameter checking.
Roberto Ierusalimschy
1995-10-09
1
-145
/
+42
*
new function "atan2".
Roberto Ierusalimschy
1995-10-04
1
-1
/
+15
*
small corrections to avoid warnings.
Roberto Ierusalimschy
1995-10-02
1
-1
/
+3
*
better approximation for PI
Roberto Ierusalimschy
1995-02-06
1
-2
/
+2
*
small bug in fallback for power operator
Roberto Ierusalimschy
1995-01-04
1
-2
/
+3
*
new constant LUA_NOOBJECT.
Roberto Ierusalimschy
1994-12-16
1
-57
/
+57
*
lua_lock receives its parameter via stack
Roberto Ierusalimschy
1994-11-18
1
-2
/
+2
*
pow operation is defined in mathlib.c
Roberto Ierusalimschy
1994-11-17
1
-8
/
+19
*
Implementacao das funcoes para conversao de angulos rad r deg.
Waldemar Celes
1994-10-11
1
-1
/
+27
*
Implementacao das funcoes 'log', 'log10' e 'exp'.
Waldemar Celes
1994-08-15
1
-1
/
+41
*
Aumentar precisao do valor de PI.
Waldemar Celes
1994-07-20
1
-3
/
+5
*
Mathematics library to LUA
Waldemar Celes
1993-12-17
1
-11
/
+12
*
oldest known commit
The Lua team
1993-07-28
1
-0
/
+234