[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 14-byte factorials
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 8 May 2015 09:02:24 -0300
> alias lua='lua -l mathx -e "math=mathx" -i'
I'm sure you know what you're doing but, for the record, doing "math=mathx"
kills these functions because mathx deals exclusively with floats:
maxinteger mininteger random randomseed tointeger
type ult max min
Anyway, instead of an alias you can set LUA_INIT or LUA_INIT_5_3 to
math=require"mathx"