C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...







Math Object - Example



This article explains about JavaScript math Object



Let's have a look at simple example that deals working with some of the math object 's functions.


<html>

<head>

<h2>Math Object demo</h2>

<script type="text/javascript">

alert("Absolute: "+ Math.abs(-2))

alert("PI: " + Math.PI)

alert("cos: " + Math.cos(0) )

</script>

</head>

<body></body>

</html>



In a similer mannar we can work with other functions of the math object too.

  • Next Chapter: Understanding Events

  • Previous Chapter: What do you mean by JavaScript?

  • Tutorial Index



  • dotNet Slackers

    About Us    Contact Us    Privacy Policy    Terms Of Use