aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-24 15:05:44 +0100
committerBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-24 15:53:08 +0100
commit0a006ad403733a85abe5be3f242c0264a4556afb (patch)
tree008b1cf32172a0fc17ddf2ff369a1b77e1618bc4 /README.md
parentfc79b2ae7a85af1b892a103340b9465274153c60 (diff)
downloadfengari-0a006ad403733a85abe5be3f242c0264a4556afb.tar.gz
fengari-0a006ad403733a85abe5be3f242c0264a4556afb.tar.bz2
fengari-0a006ad403733a85abe5be3f242c0264a4556afb.zip
math.abs, math.sin, math.cos, math.tan, math.asin, math.acos, math.atan
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 31 insertions, 3 deletions
diff --git a/README.md b/README.md
index d0bbae9..ded30f7 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,9 @@
- [x] lua_gettable
- [x] lua_gettop
- [x] lua_insert
+ - [x] lua_isinteger
- [x] lua_isnoneornil
+ - [x] lua_isnumber
- [x] lua_isstring
- [x] lua_istable
- [x] lua_isyieldable
@@ -111,11 +113,9 @@
- [ ] lua_isboolean
- [ ] lua_iscfunction
- [ ] lua_isfunction
- - [ ] lua_isinteger
- [ ] lua_islightuserdata
- [ ] lua_isnil
- [ ] lua_isnone
- - [ ] lua_isnumber
- [ ] lua_isthread
- [ ] lua_isuserdata
- [ ] lua_newuserdata
@@ -149,6 +149,7 @@
- [x] luaL_checkany
- [x] luaL_checkinteger
- [x] luaL_checklstring
+ - [x] luaL_checknumber
- [x] luaL_checkstack
- [x] luaL_checktype
- [x] luaL_error
@@ -170,7 +171,6 @@
- [ ] luaL_addchar
- [ ] luaL_addsize
- [ ] luaL_buffinitsize
- - [ ] luaL_checknumber
- [ ] luaL_checkoption
- [ ] luaL_checkstring
- [ ] luaL_checkudata
@@ -206,6 +206,34 @@
- [ ] load
- [x] Coroutine
- [x] Table
+ - [ ] Math
+ - [x] math.abs
+ - [x] math.acos
+ - [x] math.asin
+ - [x] math.atan
+ - [x] math.cos
+ - [x] math.sin
+ - [x] math.tan
+ - [ ] math.ceil
+ - [ ] math.deg
+ - [ ] math.exp
+ - [ ] math.floor
+ - [ ] math.fmod
+ - [ ] math.huge
+ - [ ] math.log
+ - [ ] math.max
+ - [ ] math.maxinteger
+ - [ ] math.min
+ - [ ] math.mininteger
+ - [ ] math.modf
+ - [ ] math.pi
+ - [ ] math.rad
+ - [ ] math.random
+ - [ ] math.randomseed
+ - [ ] math.sqrt
+ - [ ] math.tointeger
+ - [ ] math.type
+ - [ ] math.ult
- [ ] Run [Lua test suite](https://github.com/lua/tests)
- [ ] DOM API binding
- [ ] Parse Lua