#
unum
Here are 14 public repositories matching this topic...
PACoGen: Posit Arithmetic Core Generator
posit
unum
flotaing-point-arithmetic
posit-arithmetic
posit-adder
posit-arithmetic-generator
posit-fp-converter
fp-posit-converter
posit-hdl-generator
poposit-multiplier
posit-divider
-
Updated
Aug 16, 2019 - Verilog
Hastlayer-compatible arithmetics package. Includes the .NET implementation of the unum and posit number formats that can be transformed into specialized hardware with Hastlayer (https://hastlayer.com). On unum and posit see: https://posithub.org/.
-
Updated
Jun 25, 2021 - C#
This system allows you to independently create and then combine the implementation of any format of real numbers and a set of benchmarks for testing the performance and correctness of calculations of the implementation in question. Posit (unum), float and bfloat tested.
-
Updated
May 30, 2020 - C++
Posit Arithmetic Cores generated with FloPoCo
-
Updated
Jan 13, 2021 - VHDL
-
Updated
Jul 24, 2020 - C
Improve this page
Add a description, image, and links to the unum topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unum topic, visit your repo's landing page and select "manage topics."


in the Sterling approximation of factorial(n), we use an oracle based on the sw::universal::decimal type, which is an adaptive data type, to generate a reference value. However, the direct approximation of the factorial through a native floating point type yields different approximations.