w3schools
Search W3Schools :  
  
HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...   References Examples Forum About
ADVERTISEMENTS

PHP MySQL Hosting
Get a Freelancer
Download XML editor

JS Reference

JS Overview
JS Array
JS Boolean
JS Date
JS Math
JS Number
JS String
JS RegExp
JS Functions
JS Events

HTML DOM Objects

DOM Window
DOM Navigator
DOM Screen
DOM History
DOM Location

DOM Document

DOM Anchor
DOM Area
DOM Base
DOM Body
DOM Button
DOM Event
DOM Form
DOM Frame
DOM Frameset
DOM IFrame
DOM Image
DOM Input Button
DOM Input Checkbox
DOM Input File
DOM Input Hidden
DOM Input Password
DOM Input Radio
DOM Input Reset
DOM Input Submit
DOM Input Text
DOM Link
DOM Meta
DOM Object
DOM Option
DOM Select
DOM Style
DOM Table
DOM TableCell
DOM TableRow
DOM Textarea

 

JavaScript Math Object Reference

previous next

The Math Object

The Math object allows you to perform mathematical tasks.

Syntax for using properties/methods of Math:

var pi_value=Math.PI; var sqrt_value=Math.sqrt(16);

Note: Math is not a constructor. All properties and methods of Math can be called by using Math as an object without creating it.

Math Object Properties

FF: Firefox, IE: Internet Explorer

Property Description FF IE 
E Returns Euler's constant (approx. 2.718) 1 3
LN2 Returns the natural logarithm of 2 (approx. 0.693) 1 3
LN10 Returns the natural logarithm of 10 (approx. 2.302) 1 3
LOG2E Returns the base-2 logarithm of E (approx. 1.442) 1 3
LOG10E Returns the base-10 logarithm of E (approx. 0.434) 1 3
PI Returns PI (approx. 3.14159) 1 3
SQRT1_2 Returns the square root of 1/2 (approx. 0.707) 1 3
SQRT2 Returns the square root of 2 (approx. 1.414) 1 3

Math Object Methods

Method Description FF IE
abs(x) Returns the absolute value of a number 1 3
acos(x) Returns the arccosine of a number 1 3
asin(x) Returns the arcsine of a number 1 3
atan(x) Returns the arctangent of x as a numeric value between -PI/2 and PI/2 radians 1 3
atan2(y,x) Returns the angle theta of an (x,y) point as a numeric value between -PI and PI radians 1 3
ceil(x) Returns the value of a number rounded upwards to the nearest integer 1 3
cos(x) Returns the cosine of a number 1 3
exp(x) Returns the value of Ex 1 3
floor(x) Returns the value of a number rounded downwards to the nearest integer 1 3
log(x) Returns the natural logarithm (base E) of a number 1 3
max(x,y) Returns the number with the highest value of x and y 1 3
min(x,y) Returns the number with the lowest value of x and y 1 3
pow(x,y) Returns the value of x to the power of y 1 3
random() Returns a random number between 0 and 1 1 3
round(x) Rounds a number to the nearest integer 1 3
sin(x) Returns the sine of a number 1 3
sqrt(x) Returns the square root of a number 1 3
tan(x) Returns the tangent of an angle 1 3
toSource() Represents the source code of an object 1 -
valueOf() Returns the primitive value of a Math object 1 4


previous next

Reliable, Affordable, Feature-Rich Web Hosting!

GoDaddy.com

Take the uncertainty out of Web hosting and let GoDaddy.com put service, performance and value back in. No matter which hosting type or plan you choose, your site receives 24/7 maintenance and protection in our world-class data center. Plus, you get the expert, friendly service you deserve, from the world's largest hostname provider.

With three plans to choose from and prices starting at just $4.99 per month, GoDaddy.com is sure to have a plan that's right-sized and right-priced just for you!

All plans feature FREE 24x7 setup, FREE 24x7 monitoring, best- of-breed routers, firewalls and servers, 24x7 onsite physical security and access to our exclusive Go Daddy Hosting Connection, THE place to install over 30 FREE applications. Virtual Dedicated and Dedicated Server plans also available. Visit GoDaddy.com today.

Virtual Dedicated, Dedicated Server and unlimited plans also available.

Save 20% on 12 months or more of shared web hosting - Enter code w3s20off at checkout



FUNC Travel
 
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Top 10 Web Hosting
UK Reseller Hosting
Web Hosting
FREE Web Hosting
WEB BUILDING
Website Templates
Flash Templates
Website Builder
Internet Business Opportunity
Get a Freelancer
Download XML editor
FREE Flash Website
FREE Web Templates
FLIGHT TICKETS
Find the cheapest flight
to any destination now!
EDUCATION
US Web Design Schools
HTML Certification
JavaScript Certification
XML Certification
PHP Certification
ASP Certification
STATISTICS
Browser Statistics
Browser OS
Browser Display
W3Schools.com HOME | TOP | PRINT | FORUM | ABOUT
W3Schools is for training only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user.
While using this site, you agree to have read and accepted our terms of use and privacy policy.
Copyright 1999-2009 by Refsnes Data. All Rights Reserved.