TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Hyper Scientific Notation for Unspeakably Large Numbers

4 点作者 nickdrozd将近 3 年前

2 条评论

nickdrozd将近 3 年前
Numbers that are expressed using Knuth&#x27;s up-arrow notation can be difficult to compare. Say you have a number N such that 10↑↑15 &lt; N &lt; 10↑↑16. 10↑↑15 and 10↑↑16 look like they should be pretty close, because 15 and 16 are pretty close. But really 10↑↑16 is way way bigger than 10↑↑15, so the given bounds on N aren&#x27;t very helpful.<p>This article proposes a notation to improve the granularity of up-arrow notation.
FrozenVoid将近 3 年前
Check <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Symmetric_level-index_arithmetic" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Symmetric_level-index_arithmet...</a>