diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-08-26 14:36:32 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-08-26 14:36:32 -0300 |
commit | 3390f9a35ac66d01c7bb0114083a4cb384783ff5 (patch) | |
tree | b1726d230beac862c99b0b1f2361484b2cf7ad3b /lmathlib.c | |
parent | 9273fbd131eb0be7d4e7ca4f44345b41f8a557cf (diff) | |
download | lua-3390f9a35ac66d01c7bb0114083a4cb384783ff5.tar.gz lua-3390f9a35ac66d01c7bb0114083a4cb384783ff5.tar.bz2 lua-3390f9a35ac66d01c7bb0114083a4cb384783ff5.zip |
detail
Diffstat (limited to 'lmathlib.c')
-rw-r--r-- | lmathlib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lmathlib.c,v 1.65 2005/07/11 23:58:35 roberto Exp roberto $ | 2 | ** $Id: lmathlib.c,v 1.66 2005/08/15 14:12:32 roberto Exp roberto $ |
3 | ** Standard mathematical library | 3 | ** Standard mathematical library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -212,7 +212,7 @@ static int math_randomseed (lua_State *L) { | |||
212 | } | 212 | } |
213 | 213 | ||
214 | 214 | ||
215 | static const luaL_reg mathlib[] = { | 215 | static const luaL_Reg mathlib[] = { |
216 | {"abs", math_abs}, | 216 | {"abs", math_abs}, |
217 | {"acos", math_acos}, | 217 | {"acos", math_acos}, |
218 | {"asin", math_asin}, | 218 | {"asin", math_asin}, |