@hackage float1280.1
FFI bindings for C _Float128
Categories
License
BSD-3-Clause
Maintainer
claude@mathr.co.uk
Links
Versions
- 0.1 Wed, 30 Nov 2022
Installation
Dependencies (2)
- base >=4.6 && <4.23
- integer-gmp >=0.5 && <1.2 Show all…
Dependents (3)
@hackage/long-double, @hackage/rounded-hw, @hackage/fp-ieee
This package provides a Float128 type, wrapping C's _Float128, which is typically a IEEE quadruple precision binary floating point type. It does not provide a CFloat128 type usable for FFI without wrapping in Ptr, this needs to be done by the compiler.