Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

0% Positive

Analyzed from 133 words in the discussion.

Trending Topics

#double#floats#https#com#fun#write#similar#using#examples#need

Discussion (7 Comments)Read Original on HackerNews

Scene_Cast2•2 minutes ago
If you need that precision, especially for position and not values, why use floats at all?
ncruces•6 minutes ago
I have a Go library implementing double-double arithmetic (and also exponentials, logarithms, trigonometry...): https://github.com/ncruces/dbldbl

Mostly useless, but was quite fun to write.

tobias2014•about 2 hours ago
AI has rediscovered https://www.davidhbailey.com/dhbsoftware/ and similar? Or are there algorithmic improvements? Without referencing established double-double work it's hard to know.
aappleby•about 2 hours ago
Fun fact - Google Maps does something similar to this in WebGL in order to keep accurate coordinates across a planet-sized map using only 32-bit floats.
wolfd•about 1 hour ago
Could be a neat post, but it was too obviously LLM-generated for me to care about reading it deeply. I’m really fine with people using LLMs to write code and understand stuff, but at least drop a disclaimer when you’re blogging straight Claude text.
squiffsquiff•about 1 hour ago
Could call it... 'a Hamburglar'
akomtu•10 minutes ago
Reads like AI slop. It circles around the point, uses C# examples while talking about FPU, duplicates examples and so on.