惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
Google DeepMind News
Google DeepMind News
博客园 - 【当耐特】
量子位
博客园 - 司徒正美
爱范儿
爱范儿
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
Jina AI
Jina AI
J
Java Code Geeks
腾讯CDC
大猫的无限游戏
大猫的无限游戏
V
Visual Studio Blog
I
InfoQ
D
Docker
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
宝玉的分享
宝玉的分享
G
Google Developers Blog
GbyAI
GbyAI
Y
Y Combinator Blog
有赞技术团队
有赞技术团队
H
Help Net Security

Hacker News: Ask HN

The New Window Delete ChatGPT Atlas Spyware Tell HN: Qwen Free Tier Is Discontinued Ask HN: SeedLegals Partnerships in London, worth it? Ask HN: How to highlight talent from untraditional backgrounds? Ask HN: We dont need a programming language now? Durable Object alarm loop: $34k in 8 days, zero users, no platform warning What if Time at the subatomic level has multiple arrows? How to add MidnightBSD Key to UEFI Secure Boot DBX? (Revoked and Forbidden Keys) Ask HN: What's your experience working at xAI as an AI tutor? Any engineers here with experience of clinical data standards? Ask HN: Who is using OpenClaw? Agent Skills for Software Test Automation Ask HN: Who needs contributors? Claude Code is thinking too much Ask HN: What Is the Big-O Order of a Jigsaw Puzzle? Ask HN: Stepping into a new role as a Senior, mentoring dos and dont's? Founder from Zurich heading to SF and Austin for the first time Hacker News No Manual Screenshots: I Built a Scalable Screenshot API Using Cloud Playwright Ask HN: Thought experiment: AGI giving us answers we don't like? Ask HN: I quit my job over weaponized robots to start my own venture 1% Vacancy, 81% Preleased: Where Midmarket Compute Deploys in 2026 Ask HN: Preferred pricing model for sound effects libraries? Copy of the email I sent to my undergraduate professors on Nov 30, 2025 Model API Performance | Hacker News Ask HN: Are open-weight LLMs the new offline encyclopedias? Valgrind 3.27 RC1 is out Claude Code OAuth down for >12 hours Ask HN: What's Better?–Tauri or Electron?
EML compresses calculator syntax; Phase Calculus places i...
jlietz93 · 2026-04-23 · via Hacker News: Ask HN

Odrzywolek’s EML result is elegant: a single continuous binary operator that can generate the entire scientific-calculator elementary-function layer (exp, log, trig, arithmetic, pi, i, etc.).

From the Phase Calculus side, I wrote a short note showing that EML is not primitive in a dependency-ordered sense. It is a clean continuous-shadow composite:

eml_PC(x,y) = Sub_PC(Exp_PC(x), Log_PC(y)) = e^x - ln y

Phase Calculus starts from a lower discrete lifted state

Xi-hat = (A, q, theta, kappa, c)

and recovers arithmetic, phase, native π, calculus, and finally EML itself via quotient descent.

Why this matters in practice: The same framework delivers a native, certified Pi-spigot with strong real-world performance:

1,000,000 decimal digits streamed natively in ~1.65 s Certified safe prefix of 1,366,163 digits Bank-indexed random access up to 1.90 billion digits/second (1024-digit blocks)

Phase Calculus derives EML naturally, but EML cannot derive or reconstruct the underlying lifted-state machinery.

I’m looking for technical attacks on the dependency chain, especially the quotient-descent step and the continuous-shadow composite theorem. Full paper, Lean formalization, SymPy validation (PASS result), Jupyter notebook, and all benchmark data are here:

Paper: https://www.academia.edu/165859479/Quotient_Descent_and_the_EML_Operator_Why_Continuous_Composites_Are_Not_Primitives

Validation bundle: https://zenodo.org/records/19688963