lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Peter Cawley wrote:
> My first bash at a floating point module for this:
> http://www.corsix.org/misc/fp.lua
> Place in the same folder as read.lua / write.lua and add:
> local fp = require (name..".fp")
> to the start of those two files, after the other require statements
> 
Cool, thanks. Mind if I include this in beta 2 and credit you?
	Ben Kelly