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

推荐订阅源

J
Java Code Geeks
F
Fortinet All Blogs
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
B
Blog RSS Feed
I
InfoQ
N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
H
Help Net Security
L
LangChain Blog
M
MIT News - Artificial intelligence
Y
Y Combinator Blog
aimingoo的专栏
aimingoo的专栏

The Register

Shadow IT has given way to shadow AI. Enter AI-BOMs Zed team releases version 1.0 of Rust-built editor: Traditional editor and AI tool Microsoft boss tells investors the company is working to 'win back fans' What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia NASA boss: Make Pluto A Planet Again GitHub says sorry and vows to do better as uptime slips and devs complain Age checks could turn internet into an ID checkpoint, complains Proton CEO Microsoft gives your Word documents an AI co-author you didn’t ask for Datadog digs down into GPU efficiency as AI costs soar If malware via monitor cables is a matter of national security, this might be the gadget for you Thunderbird in hand worth 2 Outlooks as fresh FOSS fave and Firefox arrive 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
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.