-
Updated
Feb 16, 2022 - TypeScript
#
floating-point
Here are 452 public repositories matching this topic...
Python library for arbitrary-precision floating-point arithmetic
python
special-functions
arbitrary-precision
complex-numbers
plotting
multiprecision
ordinary-differential-equations
numerical-methods
floating-point
numerical-optimization
numerical-integration
-
Updated
Mar 26, 2022 - Python
Optimize floating-point expressions for accuracy
-
Updated
Apr 10, 2022 - HTML
Compressed numerical arrays that support high-speed random access
-
Updated
Apr 11, 2022 - C++
C library for arbitrary-precision ball arithmetic
c
linear-algebra
special-functions
arbitrary-precision
complex-numbers
multiprecision
floating-point
interval-arithmetic
number-theory
-
Updated
Apr 11, 2022 - C
Fast numeric to- and from-string conversion routines.
-
Updated
Mar 15, 2022 - Rust
Super-fast float parser in Rust
-
Updated
Jan 13, 2022 - Rust
Open-Source Libraries for Solidity by ABDK Consulting
-
Updated
Mar 24, 2021 - Solidity
Fast robust predicates for computational geometry in JavaScript
-
Updated
Nov 21, 2021 - JavaScript
Conversion to/from half-precision floating point formats
-
Updated
Mar 20, 2021 - C++
Approximate floating point equality comparisons and assertions
-
Updated
Jan 23, 2022 - Rust
math with more good bits
-
Updated
Apr 1, 2022 - Julia
Xcode Playground Sample Code for the Flight School Guide to Swift Numbers
-
Updated
May 24, 2019 - Swift
Half-precision floating point types f16 and bf16 for Rust.
-
Updated
Mar 7, 2022 - Rust
Decimal Floating Point arithmetic for rust
-
Updated
Mar 8, 2021 - C
Software implementation of floating point numbers and operations
-
Updated
Mar 1, 2021 - C#
Lossless compressor of multidimensional floating-point arrays
-
Updated
Jun 5, 2020 - C++
Making floating-point behave.
-
Updated
Sep 14, 2021 - Rust
extended precision math, accurate and performant
-
Updated
Feb 9, 2022 - Julia
A correct way to determine if two floating-point numbers are approximately equal to one another in Swift
-
Updated
May 24, 2019 - Swift
A tool for debugging and assessing floating point precision and reproducibility.
-
Updated
Apr 1, 2022 - C
Number types and utilities
-
Updated
Feb 25, 2022 - Java
Transpose: SIMD Integer+Floating Point Compression Filter
-
Updated
Oct 28, 2019 - C
Julia IEEE decimal floating-point via the Intel decimal-float library
-
Updated
Apr 4, 2022 - Julia
VHDL-2008 Support Library
-
Updated
Oct 11, 2016 - VHDL
good first issue
Good for newcomers
floating-point errors checker
-
Updated
Apr 6, 2022 - Python
Open
backtrace display
2
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
Improve this page
Add a description, image, and links to the floating-point topic page so that developers can more easily learn about it.
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."
Higher priority
f32toa - Convert anf32
float to a string to be displayed.Currently this is emulated by converting thef32
to a "single
" and then usingsingletostr
to convert to a string. This means that thef32
library requiresmulSingle
and thesingle
constants instead of using the already availablef32mul
andf32
constants.