/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

tannerdolby.com
| | pavpanchekha.com
2.6 parsecs away

Travel
| | [AI summary] The article discusses the limitations of arbitrary precision arithmetic in avoiding floating point rounding errors and advocates for expression rearrangement as a more effective solution.
| | orlp.net
2.5 parsecs away

Travel
| | [AI summary] A deep dive into the complexities and pitfalls of comparing different numeric types (integers and floating-point) across various programming languages and the CPU architecture
| | gregat.es
6.0 parsecs away

Travel
| |
| | nhigham.com
36.7 parsecs away

Travel
| The 2008 revision of the IEEE Standard for Floating-Point Arithmetic introduced a half precision 16-bit floating point format, known as fp16, as a storage format. Various manufacturers have adopted fp16 for computation, using the obvious extension of the rules for the fp32 (single precision) and fp64 (double precision) formats. For example, fp16 is supported by...