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

推荐订阅源

L
LangChain Blog
有赞技术团队
有赞技术团队
博客园_首页
IT之家
IT之家
爱范儿
爱范儿
量子位
小众软件
小众软件
Jina AI
Jina AI
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
The Cloudflare Blog
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
雷峰网
雷峰网
V
Visual Studio Blog
博客园 - Franky
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
Last Week in AI
Last Week in AI
S
SegmentFault 最新的问题

The Register

Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 France's 'Secure' ID agency probes breach as crooks claim 19M records Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul Panasonic creates device-locked QR codes to speed facial biometric capture Iran claims US used backdoors to knock out networking equipment during war NASA Inspector fears new spacesuits won’t be ready for Moon landing Vibe coding upstart Lovable denies data leak, cites 'intentional behavior,' then throws HackerOne under the bus Trump-branded datacenter project fails to make itself great, again World's blandest man steps down from CEO job to spend more time in tastefully appointed home Chase got a spiff of $77 million to create one job with New York datacenter Scot becomes second Scattered Spider-linked crook to plead guilty in US You too can build a nuclear battery from junk you have lying around the house Schmoozebots: study finds flattery will get AI everywhere One of Europe's sovereign cloud picks may not be so-sovereign after all
Physicist proposes two-button calculator
Lindsay Clark Lindsay Clark · 2026-04-15 · via The Register

Science

Physicist reckons two-button calculator can do all elementary math

Paper says a single binary operator could replace a lot of scientific heavy lifting

UPDATED Every now and then, a researcher comes up with something that sounds either wrong or unoriginal to outsiders – yet carries just enough of a chance of being correct, novel, and consequential to demand a closer look.

On this occasion, the honor goes to Andrzej Odrzywołek, a postdoctoral researcher at the Institute of Theoretical Physics, Jagiellonian University, Kraków.

In a recently updated, yet-to-be-peer-reviewed paper, Odrzywołek says he has, in essence, developed a two-button calculator that can compute the standard repertoire of a scientific calculator familiar to a high school math and science student. You might have to push the buttons a number of times, but the point is the underlying simplicity.

A single two-input gate already suffices for all Boolean logic in digital hardware; Odrzywołek's claim is that continuous mathematics may have an analogous primitive. It can generate elementary functions from a single operator that would otherwise require multiple distinct operations. These include trigonometric functions such as sine, cosine, and tangent; algebraic functions; and arithmetic operations such as addition, subtraction, multiplication, and division. The two-input gate also produces constants including π, e (Euler's number, 2.71828...), and i (the square root of minus one).

The proposed operator is eml(x, y) = exp(x) - ln(y). Eml is the exponential-minus-log function, exp is the exponential function, and ln is the natural logarithm (or the logarithm to the base e).

"A calculator with just two buttons, EML and the digit 1, can compute everything a full scientific calculator does. This is not a mere mathematical trick. Because one repeatable element suffices, mathematical expressions become uniform circuits, much like electronics built from identical transistors, opening new ways to encoding, evaluating, and discovering formulas across scientific computing," the paper says.

It even has a diagram showing how the functions cascade from the proposed operator.

Not everyone agrees, as a lively discussion on Hacker News demonstrates. A couple of points first, though: the paper is about elementary functions in continuous mathematics, not discrete computation.

The author also points out there is no agreed list of elementary functions, and creates a list of the 36 most commonly used to get around the problem. The task, then, is to show whether every primitive on the list can be expressed as a finite composition of these two ingredients: eml(x, y) and a terminal symbol (e.g. the constant 1).

Odrzywołek also says that direct symbolic verification of the kind used in a formal proof is "intractable."

"The methods here are designed for speed and exhaustiveness, not for proof-level rigor. They use floating-point numerical evaluation and heuristic filtering," the paper's Supplementary Information says. The numerical evaluation is the first of three steps, followed by verification and application.

Whether the approach and the conclusion stand the test of time is unanswered. The author has yet to respond to our question about whether he is submitting the paper for peer review, but anyone with the requisite chops can kick the tires here [PDF]. ®

Updated to add on April 17th:

Odrzywołek told The Register he's planning to submit the paper to a specialized journal. Watch this space.