नंबर.ईपीएसआईएलओएन संख्या . की संपत्ति ऑब्जेक्ट 1 और 1 से बड़ी सबसे छोटी फ्लोटिंग पॉइंट संख्या के बीच के अंतर को दर्शाता है।
सिंटैक्स
इसका सिंटैक्स इस प्रकार है
Number.EPSILON
उदाहरण
<html> <head> <title>JavaScript Example</title> </head> <body> <script type="text/javascript"> var result = Number.EPSILON; document.write("Value of the epsilon : " + result); </script> </body> </html>
आउटपुट
Value of the epsilon: 2.220446049250313e-16