Javascript tutorial

Page 286

Javascript

In the following sections, we will have a few examples to demonstrate the usage of Math properties.

Math-E This is an Euler's constant and the base of natural logarithms, approximately 2.718.

Syntax Its syntax is as follows: Math.E

Example Try the following example program. <html> <head> <title>JavaScript Math E Property</title> </head> <body> <script type="text/javascript"> var property_value = Math.E document.write("Property Value is :" + property_value); </script> </body> </html>

Output Property Value is :2.718281828459045

276


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.