Skip to content

Releases: kevduc/diophantine

diophantine-v1.1.0

17 May 07:08
Compare
Choose a tag to compare
  • gcd function now accessible
    const { gcd } = require('diophantine')

diophantine-v1.0.6

04 May 12:51
Compare
Choose a tag to compare
  • Changed unused output for unique solution from 0 to null
  • Better docs

diophantine-v1.0.5

25 Apr 10:53
Compare
Choose a tag to compare

Better readme

diophantine-v1.0.4

24 Apr 06:00
Compare
Choose a tag to compare

Smaller npm package

diophantine-v1.0.3

24 Apr 05:51
538c86c
Compare
Choose a tag to compare

Link to npm package

diophantine-v1.0.2

24 Apr 05:16
ac141bb
Compare
Choose a tag to compare

First release:

  • Solve linear diophantine equations