Skip to content
#

floating-point

Here are 452 public repositories matching this topic...

Zeda
Zeda commented Feb 28, 2021

Higher priority

  • f32toa - Convert an f32 float to a string to be displayed.
    • Currently this is emulated by converting the f32 to a "single" and then using singletostr to convert to a string. This means that the f32 library requires mulSingle and the single constants instead of using the already available f32mul and f32 constants.
  • ~~atof32 - co
good first issue
nibrunie
nibrunie commented Jan 14, 2022

By default metalibm is configured such that it dumps the full python backtrace in case an error is encountered.
This can be disabled with the --exit-on-error command line option.

This is good for debug, but the default behaviour should be reversed: only the error message should be displayed and an option should allow the power user to dump the full backtrace. This would make metalibm a bit m

enhancement good first issue

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