Module:Number/doc

From Old School Near-Reality Wiki
Jump to navigation Jump to search

This is the documentation page for Module:Number

Error creating thumbnail: Unable to save thumbnail to destination
This is a documentation subpage for Module:Number.
It contains usage information, categories, and other content that is not part of the original module page.
Module:Number is required by Module:ChangePerDay.
Module:Number is required by Module:ExchangeDefault.

This module is a helper module to be used by other modules; it may not be designed to be invoked directly. See Near-Reality:Lua/Helper modules for a full list and more information.

ModuleFunctionTypeUse
Number_round(num, dp)float, intRounds num to a precision given by dp, if dp is not specified, it defaults to zero. Rounds half up.
_short(str)StringConvert numbers ending in k, m or b to the actual correct number. Example: 3.5k -> 3500