index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lmathlib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
donĀ“t need the "+1", the "%" is enough to garantee r<1.
Roberto Ierusalimschy
1998-12-30
1
-4
/
+4
*
new option for function "random": random(a,b) returns a<=x<=b
Roberto Ierusalimschy
1998-12-30
1
-9
/
+15
*
to avoid warnings about "typecast" (Visual C++)
Roberto Ierusalimschy
1998-12-28
1
-5
/
+4
*
"_TRIGMODE" was still being declared.
Roberto Ierusalimschy
1998-09-08
1
-2
/
+1
*
small corrections in comments
Roberto Ierusalimschy
1998-06-19
1
-2
/
+2
*
new functions "frexp" and "ldexp"
Roberto Ierusalimschy
1998-05-27
1
-2
/
+14
*
"rand()", in SunOS, may return values bigger than "RAND_MAX"...
Roberto Ierusalimschy
1997-12-26
1
-2
/
+4
*
details (mainly error messages)
Roberto Ierusalimschy
1997-12-09
1
-19
/
+6
*
details
Roberto Ierusalimschy
1997-11-28
1
-7
/
+7
*
make sure there is no mem problems, using %.ns instead of %s for luaV_error.
Roberto Ierusalimschy
1997-11-19
1
-2
/
+2
*
"lua_open": now lua has an explicit open operation.
Roberto Ierusalimschy
1997-11-04
1
-2
/
+2
*
trigonometric mode stored in a Lua global variable.
Roberto Ierusalimschy
1997-11-03
1
-11
/
+12
*
definition of "PI" and modes for angles.
Roberto Ierusalimschy
1997-10-24
1
-7
/
+23
*
Lua standard mathematical library
Roberto Ierusalimschy
1997-09-16
1
-0
/
+195
[prev]