Template:Rndnear/doc
Appearance
This is a documentation subpage for Template:Rndnear It contains usage information, categories and other content that is not part of the original template page. |
This template rounds to a multiple. It takes two parameters.
- the number to be rounded (any real number)
- the multiple to be rounded to
- {{rndnear|0.1234|0.05}} → 0.10
- {{rndnear|12.65|0.25}} → 12.75
- {{rndnear|-9.123|1}} → −9
- {{rndnear|-912|5}} → −910
- {{rndnear|39123|10}} → 39,120
See also
[edit source]- {{rnd}}