SkillAgentSearch skills...

Qd

High-precision double-double and quad-double floating point library

Install / Use

/learn @Barandis/Qd
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

qd

High-precision floating point numbers for Rust


qd is a Rust implementation of double-doubles and quad-doubles. These are numbers that are represented as unevaluated sums of multiple f64 numbers, allowing double or quadruple accuracy over their unadorned f64 counterparts. An effort is being made to make their use as close to that of the f64 as possible.


The basic functionality of this project is largely finished, but only just. It is considered alpha quality software and is not ready for use in production systems unless you enjoy excitement.

This project languished for a time while I was handling other things, but it is back under active development, including the recent completion of the quad-double portion.

Current API documentation is available here.

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated2mo ago
Forks7

Languages

Rust

Security Score

90/100

Audited on Jan 12, 2026

No findings