$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2003-09-03 09:07:16
>Jeff G wrote:
> I'm thinking it would have to be defined like this
> Duration / Duration --> Integer
>
>I think Duration / Duration --> double would be more appropriate.
I have intentionally avoided floating point types in the library because there
is no reason to suffer the loss of correctness associated with these types.
Jeff