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 need a wordpress plugin development expert, We need a WordPress Plugin D...

We need a WordPress Plugin Development expert We are seeking an experienced and skilled WordPress developer to develop a WP plugin for one of our clients who specialises in home

We need e-paper solution, We need e-paper solution For daily newspaper n...

We need e-paper solution For daily newspaper need an e-paper solutions with archive option on my own server prefer php Desired Skills are PHP, .NET for Web

Implementing a multi-tenant configuration in moodle, Moodle integration ...

Moodle integration We have developed a web site with joomla that proposals to our clients different services. One service we are now realising is to integrate our joomla site

We need assistance in responsive website design and html, We need assistanc...

We need assistance in Responsive Website Design and HTML We run an existing technology website as well as we now need someone to re-design it for us as well as write the respons

Need help for a proposal for electronic medical record, Proposal for electr...

Proposal for electronic medical record I'm development an online electronic medical record custody application for a third country as well as need a proposal for funding. I want

Title tag, The only thing you need to concern yourselves with in the HEAD t...

The only thing you need to concern yourselves with in the HEAD tag (for now) is the TITLE tag. The bulk of the page will be in the BODY tag, as illustrated in Figure.

Incorporating vbscript into html page, In order to add scripts into your We...

In order to add scripts into your Web pages tag is utilized. The tag denote the start of the script section, whereas marks the end. An

Php expert programmer needed for web development, PHP expert programmer nee...

PHP expert programmer needed for web development I in search of a PHP expert Programmer. Smart and problem solving oriented Expert in improving performance for large sites. D

We are in need of classics24, We are in need of Classics24 We would like...

We are in need of Classics24 We would like our existing project to be entirely rewritten from scratch We have numerous websites running on 1 database in the classic car adver

We a program to post an linkedin update, We a program to post an LinkedIn u...

We a program to post an LinkedIn update on behalf of a member Coding requested to permit a website user to post an update with pre-created content on their LinkedIn feed. The

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