1.0.1 • Published 7 years ago

anymod v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Anymod Build Status

A micropackage to calculate modulo operations based on the mathematical approach.

Installation

npm i anymod

Usage

const mod = require('anymod');

mod(17, -4) // -3

17 % -4 // 1
1.0.1

7 years ago

1.0.0

7 years ago