Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "mumath", | ||
"version": "0.4.1", | ||
"description": "Micro math methods: isBetween, between, getPrecition, toPrecision", | ||
"version": "0.4.2", | ||
"description": "Micro math methods", | ||
"main": "index.js", | ||
"files": [ | ||
"*.js" | ||
], | ||
"scripts": { | ||
@@ -7,0 +10,0 @@ "test": "node test/index.js" |
@@ -0,1 +1,3 @@ | ||
# μMath [![Build Status](https://travis-ci.org/dfcreative/mumath.svg?branch=master)](https://travis-ci.org/dfcreative/mumath) [![Code Climate](https://codeclimate.com/github/dfcreative/mumath/badges/gpa.svg)](https://codeclimate.com/github/dfcreative/mumath) <a href="UNLICENSE"><img src="http://upload.wikimedia.org/wikipedia/commons/6/62/PD-icon.svg" width="20"/></a> | ||
Common math functions aware of objects and arrays. | ||
@@ -7,3 +9,7 @@ | ||
* `isBetween(a,min,max)` | ||
* `toPrecision(a)` | ||
* `getPrecision(a)` | ||
* `round(a)` | ||
Each can be required as `require('mumath/<fn>')`; | ||
[![NPM](https://nodei.co/npm/mutype.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/mumath/) |
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
14
4248
8
117