Skip to content

Commit

Permalink
v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bksaiki committed Oct 9, 2023
1 parent 1f51511 commit 88b876a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changes

## [0.1.0] - 08 March 2023

This is `mpmfnum`'s first release.

The library supports various floating-point and fixed-point formats.
The API has mostly stabilized but things are bound to change in a future release.

<!-- next-url -->
[0.1.0]: https://github.com/egraphs-good/egg/tree/v0.1.0
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# mpmfnum-rust
A library for simulating number systems.
# mpmfnum

Rust library for simulating number systems.

Supports IEEE-754 floating-point numbers, fixed-point numbers, and more.
Inspired by [FPCore](https://fpbench.org/) and
Bill Zorn's [Titanic](https://github.com/billzorn/titanic) library.

## Using mpmfnum

Add `mpmfnum` to your `Cargo.toml` like this:
```toml
[dependencies]
mpmfnum = "0.1.0"
```

0 comments on commit 88b876a

Please sign in to comment.