Home

Awesome

Quadmath.jl

Travis Build Status Appveyor 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 and macOS.

Installation

Pkg.clone("https://github.com/simonbyrne/Quadmath.jl")

Acknowledgements

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