diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-08-14 04:17:03 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-08-14 04:17:03 +0000 |
commit | 5466d3284b7a2685c1e0d120b47b3fe2ecd550b5 (patch) | |
tree | 80cef06a427878c73d8142f138a11caed35532ea | |
parent | d26dca188f0666299eeb4577cbe39e594446e55a (diff) |
extended float boxes to clearly demonstrate that the resolution problem is not in that setting
svn path=/trunk/; revision=10242
-rw-r--r-- | doc/additional/messageoddness/float-precision-misrepresentation.pd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/additional/messageoddness/float-precision-misrepresentation.pd b/doc/additional/messageoddness/float-precision-misrepresentation.pd index c0d130f5..4deb40bc 100644 --- a/doc/additional/messageoddness/float-precision-misrepresentation.pd +++ b/doc/additional/messageoddness/float-precision-misrepresentation.pd @@ -1,16 +1,16 @@ #N canvas 389 283 450 300 10; #X msg 173 54 0.999999; #X obj 173 86 + 9e-07; -#X floatatom 164 184 9 0 0 0 - - -; +#X floatatom 164 184 15 0 0 0 - - -; #X obj 135 215 pddp/print; -#X obj 112 245 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10 --262144 -1 -1 1 256; +#X obj 112 245 nbx 15 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 +10 -262144 -1 -1 1 256; #X obj 98 264 print LEFT; -#X obj 249 182 print RIGHT; +#X obj 269 182 print RIGHT; #X text 51 5 there is a disconnect between the precision that can be displayed in Pd and the precision of the math that is happening behind the scenes:; -#X floatatom 187 113 5 0 0 0 - - -; +#X floatatom 187 113 15 0 0 0 - - -; #X obj 173 147 moses 1; #X connect 0 0 1 0; #X connect 1 0 8 0; |