floating-point-gui.de
floating-point-gui.de copied to clipboard
Website that provides concise answers to common questions about floating-point numbers.
Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
It is useful to know how exactly arbitrary-precision decimals are implemented in one or another language. For example, for [Python's `decimal` this is based on IEEE 854-1987.](https://github.com/python/cpython/blob/3.10/Lib/_pydecimal.py#L17) Personally I also...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...
Add Golang language?
I love this guide -- I'm going to send it to the rest of my development team. One thing I think is missing is some information on comparing floats by...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...