Math object, PHP Web Programming

Assignment Help:

Predefined Objects

Let us assume some of the most frequently utilized predefined objects provided in Javascript.

Math object

In most of the applications we have to perform calculations, whether this is accounting software or scientific software. Programmers are frequently typecast as good mathematicians. Every mathematician required a calculator sometimes, or in the particular case of JavaScript, the Math object. If we desire to calculate "2.5 to the power of 8" or "Sin0.9" in your script, then JavaScript's virtual calculator is what you desire. The Math object have a number of manipulating functions:

The Math object

Methods

Description

Math.abs(x)

Return absolute value of x

Math.acos(x)

Return arc cosine of x in radians

Math.asin(x)

Return arc sine of x in radians

Math.atan(x)

Return arc tan of x in radians

Math.atan2(x, y)

Counterclockwise angle among x axis & point (x,y)

Math.ceil(x)

Rounds a number up

Math.cos(x)

Trigonometric cosine of x (x in radians)

Math.exp(x)

Exponential method ex

Math.floor(x)

Rounds number down

Math.log(x)

Natural logarithm of x (base e)

Math.max(a, b)

Returns the larger of two values

Math.min(a, b)

Returns the smaller of two values

Math.pow(x, y)

Returns xy

Math.round(x)

Rounds x to the closest integer

Math.sin(x)

Trigonometric sine of x (x in radians)

Math.sqrt(x)

Square root of x

Math.tan(x)

Trigonometric tangent of x (x in radians)

Properties

Description

Math.E

Euler's constant ( ~ 2.718)

Math.LN10

Natural logarithm of 10 (~ 2.302)

Math.LN2

Natural logarithm of 2 (~ 0.693)

Math.LOG10E

Base 10 logarithm of Euler's constant (~          0.0434)

Math.LOG2E

Base 2 logarithm of Euler's constant (~1.442)

Math.PI

The ratio of a circle's circumference to its   diameter

(~3.141)

Math.SQRT1_2

Square root of 0.5 ( ~ 0.707)

Math.SQRT2

Square root of 2.0 ( ~ 1.414)

 

Let us encompass Javascript perform some mathematical calculations: 

  //calculate e                                                                                                                                    

Math.exp(5)                                                                                                                                       

//calculate cos(2PI)

Math.cos(2*Math.PI)                                                                                                                        

The "with" statement

If you intend to invoke Math multiple times in your script, a good statement to remember is "with." Using it you can omit the "Math." prefix for any subsequent Math properties/methods:

with (Math){ var x= sin(3.5) var y=tan(5)

var result=max(x,y)

}


Related Discussions:- Math object

We are need of an expert drupal developer, We are need of an expert Drupal ...

We are need of an expert Drupal Developer Immediate want for developer to finish getting our site ready for public display, working out some bugs as well as getting our site fun

A script to spider and index a site needed, A Script to Spider and Index a ...

A Script to Spider and Index a Site, A Script to Search the Index I want a script that can take 1 or more URLs and spider and index a site. The script must essentially use an ex

I need help to make hotel booking site, I need help to make Hotel Booking S...

I need help to make Hotel Booking Site - GDS Integration We are building a hotel booking site through GDS integration. We wish to grow very quickly to test concept as well as op

I need help in designing a website, I need help in designing a website I...

I need help in designing a website I want a website for tourism that make people book from my website. I will merely get commission from the website from the adverts the website

Requirement for develop a web application, Project Goals To develop a r...

Project Goals To develop a reasonably large and enterprise-level Web application using PHP/ASP.NET/JSP, MySQL, and other Web site technologies that demonstrates the objectives

Likenet upgrade want help in urgent, LikeNet Upgrade - Earn prizes Liken...

LikeNet Upgrade - Earn prizes Likenet Upgrade - Earning Prizes Aptitude to set goals example get 1000 credits in 10 days To get a prize get a bonus 1000 credits or get an

Buddypress expert wanted for quick task, Buddypress Expert Wanted For Quick...

Buddypress Expert Wanted For Quick Task with Option of More Tasks This job is ONLY to upgrade Buddypress to current 1.9.1 version, without breaking current customization and mus

Variables, Ask question #Minimum 100 words gre5yhrthtjtyju6r6t7i86786786tyu...

Ask question #Minimum 100 words gre5yhrthtjtyju6r6t7i86786786tyurt6ur6accepted#

Objects, A JavaScript object is an example of data type. Object is given a ...

A JavaScript object is an example of data type. Object is given a unique name & the set of properties of the corresponding object might be accessed by means of the dot syntax. As a

Oops, implmentation

implmentation

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd