lua-users home
lua-l archive

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


> how would deg() and rad() be trivially added back?

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