extended: Support for an 80-bit extended float.

[ bsd3, data, library, numerical ] [ Propose Tags ] [ Report a vulnerability ]

Support for an 80-bit extended float, as specified by the Apple Numerics Manual, Second Edition (1988). The spec can be found on page 18.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5) [details]
License BSD-3-Clause
Copyright 2025 Evan Overman
Author Evan Overman
Maintainer evanrileyoverman@gmail.com
Category data, library, numerical
Home page https://github.com/an-prata/extended#readme
Bug tracker https://github.com/an-prata/extended/issues
Source repo head: git clone https://github.com/an-prata/extended
Uploaded by EvanOverman at 2025-08-07T23:33:06Z
Distributions
Downloads 6 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-08-07 [all 1 reports]

Readme for extended-0.2.0.0

[back to package description]

extended

A library adding support for an 80-bit extended float via the Extended type. Follows the spec for extended floats layed out in the Apple Numerics Manual, Second Edition from 1988.