Skip to content

Releases: kevduc/diophantine

diophantine-v1.1.0

Choose a tag to compare

@kevduc kevduc released this 17 May 07:08
  • gcd function now accessible
    const { gcd } = require('diophantine')

diophantine-v1.0.6

Choose a tag to compare

@kevduc kevduc released this 04 May 12:51
  • Changed unused output for unique solution from 0 to null
  • Better docs

diophantine-v1.0.5

Choose a tag to compare

@kevduc kevduc released this 25 Apr 10:53

Better readme

diophantine-v1.0.4

Choose a tag to compare

@kevduc kevduc released this 24 Apr 06:00

Smaller npm package

diophantine-v1.0.3

Choose a tag to compare

@kevduc kevduc released this 24 Apr 05:51
538c86c

Link to npm package

diophantine-v1.0.2

Choose a tag to compare

@kevduc kevduc released this 24 Apr 05:16
ac141bb

First release:

  • Solve linear diophantine equations