$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [numeric conversation] behavior on std::numeric_limits<double>::max() + eps with numeric_cast
From: Olaf Peter (ope-devel_at_[hidden])
Date: 2014-06-16 07:27:23
to be clear: I want to round a double to a double (or float); it would
be possible to convert the double to e.g. int64 and cast them back to
double, but all (range) checks are applied them (even I do this here also).
Thanks,
Olaf