POV-Ray : Newsgroups : povray.beta-test : Div/Zero and Infinity : Re: Div/Zero and Infinity Server Time
29 Jul 2024 14:11:30 EDT (-0400)
  Re: Div/Zero and Infinity  
From: frerejacque
Date: 19 Jun 2002 09:13:34
Message: <3D108275.5BD0414B@free.fr>
Floaating point systems using IEEE convention
take care of the problem of infinity:
a special pattern of bits represent the infinity
a number greater than any other floating point value.
It has a sign too.
IEEE compliant floating point library / processor
observe the following rules
infty + x = infty
x / 0 -> infty
etc
and 1/(1+x) = 1 if x==infty
---------------------------
Every elementary programming lectures
talk about numeration, number representation and
the inifinite problem.



Daniel Frerejacque
------------------
dan### [at] acmorg


Post a reply to this message

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