summaryrefslogtreecommitdiff
path: root/mathlib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* luaL check functions do not need the function name (it can beRoberto Ierusalimschy1997-04-061-27/+27
| | | | accessed via luadebug interface).
* better error messages;Roberto Ierusalimschy1997-04-041-2/+2
| | | | better names for some API functions.
* mathlib now uses i.m. for "pow" operator.Roberto Ierusalimschy1997-03-211-21/+5
|
* new header 'auxlib.h' + new function luaL_verrorRoberto Ierusalimschy1997-03-181-3/+4
|
* new module 'auxlib' centralizes functions to get/check parameters.Roberto Ierusalimschy1997-03-171-25/+25
|
* new mod implementation (more portable).Roberto Ierusalimschy1996-08-011-4/+4
|
* new function "luaI_openlib" to help open libs.Roberto Ierusalimschy1996-04-301-24/+27
|
* lua_Reference is int, so say so.Roberto Ierusalimschy1996-04-251-2/+2
|
* lock mechanism seperseded by the REFERENCE mechanism.Roberto Ierusalimschy1996-04-221-4/+4
|
* new functions "random" and "randomseed".Roberto Ierusalimschy1996-02-091-2/+17
|
* error functions are shared by all librariesRoberto Ierusalimschy1995-11-101-40/+24
|
* small "re-engineering" on parameter checking.Roberto Ierusalimschy1995-10-091-145/+42
| | | | correction of function "atan2".
* new function "atan2".Roberto Ierusalimschy1995-10-041-1/+15
|
* small corrections to avoid warnings.Roberto Ierusalimschy1995-10-021-1/+3
|
* better approximation for PIRoberto Ierusalimschy1995-02-061-2/+2
|
* small bug in fallback for power operatorRoberto Ierusalimschy1995-01-041-2/+3
|
* new constant LUA_NOOBJECT.Roberto Ierusalimschy1994-12-161-57/+57
| | | | 'lua_error' never returns
* lua_lock receives its parameter via stackRoberto Ierusalimschy1994-11-181-2/+2
|
* pow operation is defined in mathlib.cRoberto Ierusalimschy1994-11-171-8/+19
|
* Implementacao das funcoes para conversao de angulos rad r deg.Waldemar Celes1994-10-111-1/+27
|
* Implementacao das funcoes 'log', 'log10' e 'exp'.Waldemar Celes1994-08-151-1/+41
|
* Aumentar precisao do valor de PI.Waldemar Celes1994-07-201-3/+5
|
* Mathematics library to LUAWaldemar Celes1993-12-171-11/+12
|
* oldest known commitThe Lua team1993-07-281-0/+234