<div dir="ltr">Well, thanks everyone.<div><br></div><div>And now for some related issues.</div><div><br></div><div>Pd can only represent up to 6 significant digits, so they say. For example, in a message, you can have a number with up to 5 decimal places, like: -5.29314e+12 </div><div><br></div><div>but it does have a better internal resolution, if you compare 4 / 3 to 1.33333 you'll see 4 / 3 is higher ( try [expr 4./3 > 1.33333] and check).</div><div><br></div><div>So, what's this internal resolution? And why can't you have the same resolution in a message?</div><div><br></div><div>thanks</div><div class="gmail_extra"><br><div class="gmail_quote">2015-01-28 16:06 GMT-02:00 Martin Peach <span dir="ltr"><<a href="mailto:chakekatzil@gmail.com" target="_blank">chakekatzil@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><span class="">On Wed, Jan 28, 2015 at 12:00 PM, Cyrille Henry <span dir="ltr"><<a href="mailto:ch@chnry.net" target="_blank">ch@chnry.net</a>></span> wrote:<br></span><div class="gmail_extra"><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
<br>
Le 28/01/2015 17:47, Alexandre Torres Porres a écrit :<span><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
 > it's a limitation of 32 bit float<br>
<br>
I thought so, but same happens when I use the new Pd Vanilla 64 bits...<br>
</blockquote></span>
this mean that it's compiled for 64 bit CPU, not that float are store on 64 bits<br></blockquote></span><div>Also last time I checked, Pd saves floats by first printing them to 6 digit precision, so they have even less range than a 'float' type.<br></div><div>You could use an object made with pdlua to manipulate large floating-point numbers, as there is no(?) limit to the size of a float in lua.<span class=""><font color="#888888"><br></font></span></div><span class=""><font color="#888888"><div><br>Martin<br></div></font></span></div></div></div>
<br>_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div></div>