साँचा:Roundup
This template rounds up a numeric value to a limited number of decimal places.
- Usage:
- {{Roundup|value}}
- {{Roundup|value|decimals}}
- Both parameters can be any valid numeric expression.
- The decimals parameter defaults to 0 and is rounded to the nearest integer.
- decimals can be negative to round up to a multiple of a power of ten.
- If decimals is not between -20 and 20, the value is returned without rounding.
- Examples:
- {{Roundup|3.14159|3}} = 3.142
- {{Roundup|0|3}} = 0 (should be 0, not 0.001)
- {{Roundup|-0.00031|3}} = -0.001 (should be -0.001, not 0)
- {{Roundup|-3.14159|3}} = -3.142
- {{Roundup|0|0}} = 0 (should be 0, not 1)
- {{Roundup|-0.9|0}} = -1 (should be -1, not 0)
- {{Roundup|314159|-3}} = 315000
- {{Roundup|0|-3}} = 0 (should be 0, not 1000)
- {{Roundup|-514.15|-3}} = -1000 (should be -1000, not 0)
- {{Roundup|-514159|-3}} = -515000
- {{Roundup|1}} = 1 (should be 1, not 2)
- Note:
- {{Ceil|value}} is equivalent to {{Roundup|value}}.
- See also:
ऊपर दिए गए निर्देश साँचा:Roundup/doc से लिए गए है।(संपादन | इतिहास) संपादक इस साँचे के प्रयोगस्थल व प्रयोग पन्नों में प्रयोग कर सकते है। sandbox (create) and testcases (create) pages. कृपया /doc उपपृष्ठ पर श्रेणियाँ व विकियों के बिच की कड़ियाँ जोड़े। इस साँचे के उपपृष्ठ। |