Math Round: round a number to the nearest whole number : Math « Development « JavaScript DHTML






Math Round: round a number to the nearest whole number

  


<html>
<body>

<script type="text/javascript">
    document.write(Math.round(7.25))
</script>

</body>
</html>


           
         
    
  








Related examples in the same category

1.Demo all math methods
2. Counting Rabbits (Calculating the Fibonacci Series Using a Recursive Function)
3.Max number: get max number from two inputs
4.Min number: get the min number from two inputs
5.Using the Math Object
6.Math.max(inp1, inp2, inp3)
7.Math.min(inp1, inp2, inp3)
8.Math.random()
9.Math.round(rndNum)
10.Parenthesis for math statement
11.Using the const Keyword (Firefox only)
12.Calculate with Math.PI
13.Math Object Property Summaries