Home

Awesome

Quadmath.jl

GitHub CI Build Status

This is a Julia interface to libquadmath, providing a Float128 type corresponding to the IEEE754 binary128 floating point format.

Support

Quadmath currently works on x86_64 Linux, macOS, and Windows.

Installation

Quadmath.jl is now a registered package, so can be added via ]add Quadmath.

Acknowledgements

Thank you to Harald Hofstätter, who provided the first iteration of Quadmath.jl.