id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc
1632,Default Interval rounding policies incomplete,Steven Robbins ,No-Maintainer,"Report originates at http://bugs.debian.org/440178
The rounding policy requirements (http://boost.org/libs/numeric/interval/doc/rounding.htm) list e.g. tan_down(), but none of the implementations in rounded_arith.hpp implement it.
The result is that this code fails to compile:
{{{
#include
int main( int ac, char* av[] )
{
boost::numeric::interval I(0.1, 0.2);
I = tan(I);
return 0;
}
}}}
",Bugs,new,Boost 1.36.0,numeric,Boost 1.34.1,Problem,,,440178@…