$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gabriel Dos Reis (gdr_at_[hidden])
Date: 2002-09-08 08:19:28
Guillaume Melquiond <gmelquio_at_[hidden]> writes:
| Yes, converting from float to double is an exact operation (I'm speaking
| about IEEE-754 types here).
Even without IEEE-754 assumptions, float -> double is a value
preserving conversion within standard C++.
-- Gaby