Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncruces/dbldbl
Double-double arithmetic
https://github.com/ncruces/dbldbl
Last synced: 14 days ago
JSON representation
Double-double arithmetic
- Host: GitHub
- URL: https://github.com/ncruces/dbldbl
- Owner: ncruces
- License: mit
- Created: 2023-08-10T17:46:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T15:26:40.000Z (11 months ago)
- Last Synced: 2023-12-11T16:31:22.402Z (11 months ago)
- Language: Go
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Double-double arithmetic
[![Go Reference](https://pkg.go.dev/badge/image)](https://pkg.go.dev/github.com/ncruces/dbldbl)
[![Go Report](https://goreportcard.com/badge/github.com/ncruces/dbldbl)](https://goreportcard.com/report/github.com/ncruces/dbldbl)
[![Go Coverage](https://github.com/ncruces/dbldbl/wiki/coverage.svg)](https://raw.githack.com/wiki/ncruces/dbldbl/coverage.html)https://en.wikipedia.org/wiki/Quadruple-precision_floating-point_format#Double-double_arithmetic
See also:
- https://github.com/sukop/doubledouble
- https://gist.github.com/seibert/5914108