Skip to content
#

floating-point

Here are 206 public repositories matching this topic...

arunpersaud
arunpersaud commented Jan 26, 2019

The tar-ball on github seems to have the doc and README.rst file, but the one from pypi is missing these. (Trying to package the lastest version for opensuse and the standard is to get the tar-balls from pypi). Would be great to include these again in the next version.

Thanks

breznak
breznak commented Jul 11, 2019

Please be more descriptive in the readme in how to install, include, test, benchmark this library.
I figured the benchmarks are *-bench, would be nice if make benchmark ran them all, the same way make test runs tests.

  • Also what are the new type names? half, float16_t, ...
  • Mention if/that it is storage only type, and for CPU computation it needs to be always converted to float32?
JP-Ellis
JP-Ellis commented Feb 28, 2020

The documentation currently is not very clear as to how it computes things, and one reason I think is that nearly all the example just compare whether 1.0 is approximately equal to 1.0 which isn't very illustrative.

It would be good if there were examples at the crate level showing the differences between the various macros that illustrate when one should use abs_diff_eq! vs `relative_eq!

Improve this page

Add a description, image, and links to the floating-point topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the floating-point topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.