Re: [Algorithms] floats, doubles, epsilons, joy
Brought to you by:
vexxed72
From: Jamie F. <j.f...@re...> - 2000-09-01 08:47:36
|
> > Also I was wondering if there was a down side to using doubles rather than > floats. This code doesn't use any ram so size doesn't matter, but is doing > floating point math with doubles much slower or have other unwanted side > effects? Not all platforms have hardware support for doubles. Jamie |