숫자.EPSILON 숫자 속성 개체는 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