module with specific sub-modules that aim to expand Lua's standard libraries
expansion of the "math" standard library, contains more mathematical functions, for more information look at the source code
inspired by Python's math standard library
Compatible with all Lua versions
functions overview:
acosacoshtantanhdegressdistexp... (+31 functions)
expansion of the standard "string" library, containing useful functions such as capitalizing text, transforming into titles, splitting, etc.
Compatible with all Lua versions
functions overview
capitalizetitlesplitcenterleftright... (+8 functions)
expansion of the "table" standard library containing many functions, including those already in the table standard library, the difference being that they are compatible with all versions of lua, have functions such as finding the maximum and minimum argument, finding the maximum value and minimum value, print a table on the screen, transform a table into a string, sort, etc.
functions overview
maxminargmaxargminlist_tostringsortforeachforeachifilterfilteri...(+15 functions)