Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "fround", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A ponyfill for ES6 Math.fround", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -20,7 +20,7 @@ # fround [![Build Status](https://travis-ci.org/arthurvr/fround.svg?branch=master)](https://travis-ci.org/arthurvr/fround) | ||
Math.fround(0); // 0 | ||
Math.fround(1); // 1 | ||
Math.fround(1.337); // 1.3370000123977661 | ||
Math.fround(1.5); // 1.5 | ||
Math.fround(NaN); // NaN | ||
fround(0); // 0 | ||
fround(1); // 1 | ||
fround(1.337); // 1.3370000123977661 | ||
fround(1.5); // 1.5 | ||
fround(NaN); // NaN | ||
``` | ||
@@ -27,0 +27,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2371