# Rounding Calculator > Round numbers to specific decimal places using various methods. Page: https://askcalculators.com/calculator/rounding-calculator/ Definition: https://askcalculators.com/calculator/rounding-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/rounding-calculator/schema.json Version: 7.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/rounding-calculator/?number=123.456789&precision=2&mode=round ## Inputs - number: Number; type=number; optional; default=123.456789 - precision: Decimal Places; type=number; optional; default=2 - mode: Mode; type=select; optional; default=round ## Outputs - result: Result; format=text; primary ## Formula The value is rounded to the selected decimal place using the selected rounding rule. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.