Boost logo

Boost :

From: Noel Yap (yap_noel_at_[hidden])
Date: 2002-08-21 06:39:11


--- Peter Dimov <pdimov_at_[hidden]> wrote:
> From: "Noel Yap" <yap_noel_at_[hidden]>
> >
> > One /could/ create their own function using "asm".
> If
> > portability is needed, the preprocessor should be
> able
> > to do the job. IMHO, if I understand the problem
> > correctly, treating:
> >
> > x = y*z/u;
> >
> > differently from:
> >
> > x = y*z;
> > x /= u;
> >
> > would complicate the language.
>
> Those are already different when x/y/z are floating
> point.

Please forgive this question: How does the language
treat the two differently for floating point?

Thanks,
Noel

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk