Skip to content

Commit

Permalink
Adding new ArXiv publication on iterative refinement with low-precisi…
Browse files Browse the repository at this point in the history
…on posits
  • Loading branch information
Ravenwater committed Aug 29, 2024
1 parent 94481da commit 0f7fda7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,24 @@ The library contains fast implementations of special IEEE-754 formats that do no

## Citation

Please cite [our work](https://arxiv.org/abs/2012.11011) if you use *Universal*.
Please cite [our work](https://joss.theoj.org/papers/10.21105/joss.05072) if you use *Universal*.

Research results using *Universal* arithmetic types are also available:
1. [Reproducibility](https://arxiv.org/abs/2012.11011)
2. [Iterative Refinement](https://arxiv.org/abs/2408.13400)

Lorenz System ODE solver using low-precision posits:
![visual-studio-project](docs/img/Lorenz-system.png)

## Bibtex records
```bib
@article{Quinlan:2024,
author = {James Quinlan, E. Theodore L. Omtzigt},
title = {Iterative Refinement with Low-Precision Posits},
journal = {arXiv:2408.13400},
year = {2024},
}
@article{omtzigt2023universal,
title={Universal Numbers Library: Multi-format Variable Precision Arithmetic Library},
author={Omtzigt, E Theodore L and Quinlan, James},
Expand Down
Binary file added docs/img/Lorenz-system.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0f7fda7

Please sign in to comment.