POV-Ray : Newsgroups : povray.general : Large numbers? : Re: Large numbers? Server Time
8 Aug 2024 01:17:24 EDT (-0400)
  Re: Large numbers?  
From: Wlodzimierz ABX Skiba
Date: 2 Apr 2001 03:41:56
Message: <3ac82d44@news.povray.org>
Xplo Eristotle wrote in message <3AC4B481.CBB3238C@unforgettable.com>...
> What's the largest number POV-Ray can correctly handle (for instance,
> when specifying translation values or the size of an object)? I always
> thought the ceiling was in the billions somewhere, but I'm getting
> unexpected results around ten million or so.. frustrating, to say the least.


I think there is no easy answer or even no answer

at first : accuracy could depends of platform - bits per float value, algorithm
for simple math functions in coproc

second : there are some constant limits different for some parts of source code

third : accuracy depends of important positions in number - ie. 123456700000
could be handle as well as 0.00000001234567
becouse it is handle as 1234567*10^N - but 123456700000.00000001234567 produces
aproximation in handling

fourth : there is agregation of error in nearly every operation providing to
point on image

ABX


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.