Roberto Ierusalimschy
|
8278468041
|
comments
|
1999-01-04 10:41:12 -02:00 |
Roberto Ierusalimschy
|
4fbb2531b3
|
don´t need the "+1", the "%" is enough to garantee r<1.
|
1998-12-30 19:23:26 -02:00 |
Roberto Ierusalimschy
|
05d89b5c05
|
new option for function "random": random(a,b) returns a<=x<=b
|
1998-12-30 15:22:17 -02:00 |
Roberto Ierusalimschy
|
766e67ef3b
|
to avoid warnings about "typecast" (Visual C++)
|
1998-12-28 11:44:54 -02:00 |
Roberto Ierusalimschy
|
4ccfb2f9bc
|
"_TRIGMODE" was still being declared.
|
1998-09-08 16:25:35 -03:00 |
Roberto Ierusalimschy
|
9618aaf07d
|
small corrections in comments
|
1998-06-19 13:14:09 -03:00 |
Roberto Ierusalimschy
|
74719afc33
|
new functions "frexp" and "ldexp"
|
1998-05-27 16:09:39 -03:00 |
Roberto Ierusalimschy
|
fada8efd01
|
"rand()", in SunOS, may return values bigger than "RAND_MAX"...
|
1997-12-26 16:36:31 -02:00 |
Roberto Ierusalimschy
|
80b3d28f4a
|
details (mainly error messages)
|
1997-12-09 11:50:08 -02:00 |
Roberto Ierusalimschy
|
39fd5bb9b0
|
details
|
1997-11-28 10:39:22 -02:00 |
Roberto Ierusalimschy
|
6153200bc2
|
make sure there is no mem problems, using %.ns instead of %s for luaV_error.
|
1997-11-19 16:16:33 -02:00 |
Roberto Ierusalimschy
|
45cad43c3f
|
"lua_open": now lua has an explicit open operation.
|
1997-11-04 13:27:53 -02:00 |
Roberto Ierusalimschy
|
dad5a01fb0
|
trigonometric mode stored in a Lua global variable.
|
1997-11-03 19:11:44 -02:00 |
Roberto Ierusalimschy
|
41223a01ec
|
definition of "PI" and modes for angles.
|
1997-10-24 15:44:22 -02:00 |
Roberto Ierusalimschy
|
b945fae40e
|
Lua standard mathematical library
|
1997-09-16 16:25:59 -03:00 |