$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] boost interval arithmetic
From: Ðавел ÐÑдан (coodan_at_[hidden])
Date: 2015-01-14 16:56:47
The difference between [-inf, inf] and [-inf, -1] U [1, inf] is that in last case value cannot have value in range (-1, 1).
That is why [-inf, inf] is not correct result (that is what is returned in fact).
That is why [-inf, -1] also is not correct  (that is what have to be returned according documentation).
Hmmm...