Coreutils – Rejected Feature Requests
The Coreutils project has a page listing feature requests that have been rejected. Access to the page is currently forbidden. (gnu.org)
This explains how to estimate how big n! is, focusing on the number of decimal digits, and gives a simple practical rule: number of digits ≈ n·log10(n/e) + 2. Using 52! as an example, the rule yields about 69 digits while the exact value has 68, so the estimate is very close for ordinary uses; when dealing with enormous numbers, being off by a digit or two is usually acceptable. The piece then develops the mathematical justification behind that convenient formula.
The justification starts with the Gamma function Γ(n) = ∫0^∞ x^{n-1} e^{-x} dx, whose recurrence Γ(n+1) = n Γ(n) and value Γ(1)=1 reproduce factorials on the integers. Rewriting n! as Γ(n+1), changing variables x = n y, and applying Laplace’s method to the integral with f(y)=ln y − y (maximum at y=1) produces Stirling’s approximation n! ≈ √(2πn)(n/e)^n. Taking base‑10 logarithms of Stirling yields the digits formula log10(√(2πn)) + n·log10(n/e); the first term is small but contributes about two extra digits for n up to roughly 1,600. Practical mental-log tips (e.g., log10 2 ≈ 0.3, log10 3 ≈ 0.5) make the estimate easy to use without a calculator.
Summary generated by AI from the linked article. hn.today is not affiliated with Hacker News or Y Combinator.
The Coreutils project has a page listing feature requests that have been rejected. Access to the page is currently forbidden. (gnu.org)
Steve Bannon and Bernie Sanders have jointly criticized tech billionaires and called for reforms in artificial intelligence regulation. They argue that AI development should be more accountable and equitable. (nytimes.com)
Rep. Thomas Massie has introduced articles of impeachment against Defense Secretary Pete Hegseth over the Iran war, accusing him of unlawfully initiating the conflict and causing civilian casualties. Massie, a Republican critic of the Trump administration, has clashed with party members and is leaving office after losing a primary. (npr.org)
The Iran war has cost the Pentagon an estimated $38.1 billion through August 1, averaging about $246 million per day over five months. The conflict is expected to continue adding billions monthly and is projected to raise inflation by 0.5 percentage points by early 2027. (cnbc.com)
The U.S. economy shows positive indicators, but uncertainty remains due to global conflicts, tariffs, and AI development. Inflation has eased but remains high, hurting household finances and limiting economic growth prospects. (reuters.com)
California is implementing measures to limit health care spending to improve affordability. The state aims to control rising costs in the healthcare sector through new policies. (axios.com)
Today's best Hacker News stories, summarized and screenshotted, one email a day.