Explore >> Select a destination


You are here

cbloomrants.blogspot.com
| | www.sicpers.info
4.2 parsecs away

Travel
| | [AI summary] The article explains that IEEE 754 floating-point numbers are not inherently weird but are specialized tools, and encourages programmers to explore alternative number representations like decimals and posits for more general-purpose computing needs.
| | www.trevorlasn.com
3.7 parsecs away

Travel
| | Understanding the new 16-bit floating point array in JavaScript
| | www.evanmiller.org
4.2 parsecs away

Travel
| | An essay that bids farewell to x87 - a computing architecture too long for this world.
| | tannerdolby.com
124.4 parsecs away

Travel
| Rounding numbers in Python is quite common. There might be a situation where values must only be rounded to 3 decimals or some arbitrary number. Using the built-in function round() is handy but changes the original value.