|
You are here |
cbloomrants.blogspot.com | ||
| | | | |
www.sicpers.info
|
|
| | | | | [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
|
|
| | | | | Understanding the new 16-bit floating point array in JavaScript | |
| | | | |
www.evanmiller.org
|
|
| | | | | An essay that bids farewell to x87 - a computing architecture too long for this world. | |
| | | | |
tannerdolby.com
|
|
| | | 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. | ||