aboutsummaryrefslogtreecommitdiff
path: root/src/bigfloat.hpp
AgeCommit message (Expand)Author
2019-04-04fix NaN comparing equal to itselfAndrew Kelley
2019-03-22float literals now parse using musl's 128 bit float codeAndrew Kelley
2018-06-27add f16 typeBen Noordhuis
2018-04-15add @sqrt built-in functionAndrew Kelley
2017-09-14depend on embedded SoftFloat-3d instead of __float128Andrew Kelley
2017-09-13fix up msvc stuff to make it work on linux and macos tooAndrew Kelley
2017-09-11Add support for MSVCJonathan Marler
2017-08-20compile-time f32, f64 operations are now correctly lossyAndrew Kelley
2017-08-17fix bitCast for big integersAndrew Kelley
2017-08-07add ability to explicitly cast float to integerAndrew Kelley
2017-07-08better bigint/bigfloat implementationAndrew Kelley