Jump to content

Module talk:number list/utils

Page contents not supported in other languages.
මාතෘකාවක් එක්කරන්න
Wiktionary වෙතින්
oldiddate/timeusernameedit summary
690138472022-09-02T03:51:15ZBenwing2in map(), pass include_modifiers when calling recursively
690039432022-09-02T00:39:00ZBenwing2add include_modifiers to `map`
689987362022-09-01T05:35:17ZBenwing2expand map() to allow for nil being returned (equivalent to returning a zero-element list)
689986882022-09-01T05:21:02ZBenwing2add filter()
689778792022-08-29T07:55:25ZBenwing2expand map() to handle flatmap() functionality and document what it does
687092722022-08-25T03:26:19ZBenwing2fix bug in add_thousands_separator()
687092392022-08-25T03:00:58ZBenwing2add map()
686296182022-08-14T19:28:43ZBenwing2Created page with "local export = {} function export.power_of(n, base) return (base or 1) .. string.rep("0", n) end -- Format a number (either a Lua number or a string) in fixed point without any decimal point or scientific notation. -- `tostring()` doesn't work because it converts large numbers such as 1000000000000000 to "1e+15". function export.format_fixed(number) if type(number) == "string" then return number else return ("%.0f"):format(number) end end function export.add_t..."

Start a discussion about Module:number list/utils

Start a discussion
"https://si.wiktionary.org/w/index.php?title=Module_talk:number_list/utils&oldid=40653" වෙතින් සම්ප්‍රවේශනය කෙරිණි