and many other things.
Jason Summers: I really like your Things I wish I’d known better when I started this discussions.
and many other things.
NicolasRobidoux wrote:These are fine. (My reciprocal comment was definitely "out there". Apologies.)magick wrote: We have
- #define MagickEpsilon ((MagickRealType) 1.0e-16)
#define MagickHuge ((MagickRealType) 1.0/MagickEpsilon)
However, if an important use is to limit how much work distort does near horizons and like singularities, something like
may be good. Anthony should be the best judge of this.
- #define MagickEpsilon ((MagickRealType) 1.0e-7)
#define MagickHuge ((MagickRealType) 1.0/MagickEpsilon)