summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenoit Giannangeli <giann008@gmail.com>2017-02-26 15:13:22 +0100
committerBenoit Giannangeli <giann008@gmail.com>2017-02-26 22:54:27 +0100
commit94a301a27a8a75c4684790a99a898262b8354f68 (patch)
treeb8bc9c755cdd79f1027aef877a400de1356683c9 /README.md
parent616d80301734074e55cedec8ba187b5cab89ea95 (diff)
downloadfengari-94a301a27a8a75c4684790a99a898262b8354f68.tar.gz
fengari-94a301a27a8a75c4684790a99a898262b8354f68.tar.bz2
fengari-94a301a27a8a75c4684790a99a898262b8354f68.zip
math.random/randomseed
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 2 insertions, 29 deletions
diff --git a/README.md b/README.md
index ded30f7..8468a25 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,7 @@
- [x] lua_newtable
- [x] lua_newthread
- [x] lua_next
+ - [x] lua_numbertointeger
- [x] lua_pcall
- [x] lua_pop
- [x] lua_pushboolean
@@ -119,7 +120,6 @@
- [ ] lua_isthread
- [ ] lua_isuserdata
- [ ] lua_newuserdata
- - [ ] lua_numbertointeger
- [ ] lua_pcallk
- [ ] lua_pushfstring
- [ ] lua_pushlightuserdata
@@ -206,34 +206,7 @@
- [ ] 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
+ - [x] Math
- [ ] Run [Lua test suite](https://github.com/lua/tests)
- [ ] DOM API binding
- [ ] Parse Lua