From 94a301a27a8a75c4684790a99a898262b8354f68 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Sun, 26 Feb 2017 15:13:22 +0100 Subject: math.random/randomseed --- README.md | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3-70-g09d2