Interval Arithmetic Versions Save

An implementation of an algebraically closed interval system of the extended real number set

v1.1.1

1 year ago

What's Changed

  • Expose round and constants 73945c0
  • Expose the Interval class in the docs with mixin comments af62ec9

Full Changelog: https://github.com/mauriciopoppe/interval-arithmetic/compare/v1.1.0...v1.1.1

v1.1.0

1 year ago

v1.0.7

1 year ago

What's Changed

Full Changelog: https://github.com/mauriciopoppe/interval-arithmetic/compare/v1.0.6...v1.0.7

v1.0.6

3 years ago
  • fix: abs works with WHOLE interval (fixes #26) ebeb0ff
  • Merge pull request #23 from fossabot/add-license-scan-badge e49d3f8
  • Add license scan report and status 0dc25bf
  • add alternative import bc9e779

https://github.com/mauriciopoppe/interval-arithmetic/compare/v1.0.5...v1.0.6

v1.0.5

3 years ago

Fixes the exports to be

import IOps, { Interval } from "interval-arithmetic";

v1.0.3

3 years ago

Preserve default exports from versions < 1.0.0, Interval class is callable without new

v1.0.1

3 years ago

Fixed an issue with the filename case

v1.0.0

3 years ago

Library rewritten with TypeScript

BREAKING CHANGES:

The library no longer has a default export, instead, import the Interval class like this:

const { Interval } = require('interval-arithmetic')

v0.6.10

6 years ago
  • fmod uses raw arithmetic (0133e478f976e80fccdd24be8c5a48cdd7a789b1)

v0.6.9

6 years ago