/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

arnorhs.dev
| | tannerdolby.com
3.0 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.
| | golb.hplar.ch
3.4 parsecs away

Travel
| | [AI summary] A technical overview of JavaScript's BigInt primitive, covering its syntax, arithmetic operators, type conversion rules, limitations regarding JSON, and available polyfills.
| | marcospereira.me
3.6 parsecs away

Travel
| | Understanding floating point representation can help design systems in order to make the most out of this type.
| | codingnest.com
90.1 parsecs away

Travel
| There is a lot of confusion about floating-point numbers and a lot of bad advice going around. IEEE-754 floating-point numbers are a complex beast, and comparing them is not always easy, but in this post, we will take a look at different approaches and their tradeoffs.