$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] numeric_limits<float128_t> return incorrect values
From: Gero Peterhoff (gero.peterhoff_at_[hidden])
Date: 2019-03-16 12:03:18
Hello,
your implementation in /boost/math/cstdfloat/cstdfloat_limits.hpp return incorrect values for:
- has_denorm
- denorm_min
- is_bounded
- signaling/quiet_NaN ?
Are the other values correct?
See https://github.com/gcc-mirror/gcc/blob/master/libquadmath/quadmath.h
thx
Gero