divisiblebybutnotdivisibleby

1.0.1 • Public • Published

divisiblebybutnotdivisibleby

Determine if one number is divisible by another but not divisible by another

> const divisiblebybutnotdivisibleby = require('divisiblebybutnotdivisibleby')
undefined

> divisiblebybutnotdivisibleby(4, 2, 7)
true

> divisiblebybutnotdivisibleby(8, 3, 4)
false

install

npm install divisiblebybutnotdivisibleby

Readme

Keywords

none

Package Sidebar

Install

npm i divisiblebybutnotdivisibleby

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

1.83 kB

Total Files

4

Last publish

Collaborators

  • herohamp