All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Introduction to Detached Point Arithmetic (DPA) for Exact Numerical Computation

By

HappySweeney

10mo ago· 5 min readenCode

Summary

The article introduces Detached Point Arithmetic (DPA), a method for exact numerical computations by separating integer mantissas from their point positions, avoiding rounding errors until final output. Authored by Patrick Bryant of Pedantic Research Limited, the paper details the theory and implementation of DPA, released under a public domain license.

Key quotes

· 3 pulled
Detached Point Arithmetic (DPA) is a method of performing exact numerical computations by separating integer mantissas from their point positions.
Unlike IEEE-754 floating-point arithmetic, DPA performs all operations using integer arithmetic, deferring rounding until final output.
This paper presents the complete theory and implementation, released under a public domain license.
Snippet from the RSS feed
Detached Point Arithmitic. Contribute to Pedantic-Research-Limited/DPA development by creating an account on GitHub.

You might also wanna read