Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "math-floor", | ||
"version": "1.0.0", | ||
"description": "Returns the largest integer less than or equal to a given number.", | ||
"version": "1.0.1", | ||
"description": "Rounds a numeric value toward negative infinity.", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Athan Reines", |
@@ -5,3 +5,3 @@ Floor | ||
> Returns the largest integer less than or equal to a given number. | ||
> Rounds a numeric value toward negative infinity. | ||
@@ -24,3 +24,3 @@ | ||
Returns the largest `integer` less than or equal to a given `number`. | ||
Rounds a `numeric` value toward negative infinity. | ||
@@ -27,0 +27,0 @@ ``` javascript |
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
6152