$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [math] boost::math::isfinite fails with --fast-math
From: Tim Blechmann (tim_at_[hidden])
Date: 2012-11-26 11:30:44
>> Which fails - does the 0/0 actually yield an infinity? Or is it isfinite
>> > that fails?
> 0/0 should yield NaN, not infinity.
0/0 can yield anything, if -ffast-math is passed as compile flag ...