anymod

1.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    3

Package Sidebar

Install

npm i anymod

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • zokker13