lua-users home
lua-l archive

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


On Thu, Apr 3, 2014 at 8:20 PM, Paul Baker <paulbaker8@gmail.com> wrote:
> how would deg() and rad() be trivially added back?

deg & rad simply perform a division & multiplication by (PI / 180.0).


Hmm.  So the argument is some of these math functions are trivial (if not rarely used), and my counter-argument is that the ones that build on others should remain if their triviality isn't known off the top of the common persons' head.