Hacker News new | ask | show | jobs
by Someone 1298 days ago
And, importantly, the double-length intermediate result prevents the rapid loss of precision, compared to the naive alternatives of

  : */ * 65536 / :
and

  : */ 65536 / * ;