Skip to content

Releases: mgriebling/Doubles

v1.4.2

17 Jul 19:55
11874bc
Compare
Choose a tag to compare

Added license and pdf documentation.

v1.4.1

17 Jul 16:21
Compare
Choose a tag to compare

Fix test failure.

Release V1.0.1

01 Jul 19:34
14d96a5
Compare
Choose a tag to compare

Updated with a Swift example.

V1.0.0 Release

01 Jul 19:31
Compare
Choose a tag to compare

A quad-double number (Quad) is an unevaluated sum of four IEEE double precision numbers, capable of representing at least 212 bits of significand. Algorithms for various arithmetic operations (including the four basic operations and various algebraic and transcendental operations) are presented. A Swift implementation of these algorithms is attached, along with its interfaces.