Update of /cvsroot/pure-data/doc/tutorials/intro In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4126
Modified Files: TEMPLATE.pd Added Files: keywords.pd number_limitations.pd Log Message: raw sketches, incomplete ideas
--- NEW FILE: keywords.pd --- #N canvas 21 40 643 459 12; #X obj -39 10 cnv 15 400 40 empty empty keywords 20 12 0 24 -228992 -66577 0; #X text 127 126 float; #X text 127 106 bang; #X text 127 146 list; #X text 127 166 pointer; #X text 127 186 symbol;
Index: TEMPLATE.pd =================================================================== RCS file: /cvsroot/pure-data/doc/tutorials/intro/TEMPLATE.pd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TEMPLATE.pd 12 Apr 2006 14:20:34 -0000 1.2 --- TEMPLATE.pd 12 Apr 2006 14:23:54 -0000 1.3 *************** *** 1,3 **** #N canvas 21 40 639 455 12; ! #X obj -39 10 cnv 15 400 40 empty empty TEMPLATE 20 12 0 24 -228992 -66577 0; --- 1,3 ---- #N canvas 21 40 639 455 12; ! #X obj -34 8 cnv 15 400 40 empty empty TEMPLATE 20 12 0 24 -228992 -66577 0;
--- NEW FILE: number_limitations.pd --- #N canvas 399 275 659 475 12; #X obj -30 9 cnv 15 400 40 empty empty number_limitations 20 12 0 24 -228992 -66577 0; #X text 13 146 NaN; #X text 76 147 -inf; #X text 144 148 inf; #X text -19 233 rounding errors; #X floatatom -8 381 12 999900 1e+20 0 - - -; #X text -19 343 Pd can only display 6 significant digits:; #X text -17 421 If you are fortunate enough to have a 64-bit system , then you can have much longer numbers.; #X floatatom -7 311 12 0 0 0 - - -; #X text 103 267 999999 + 999999 = 1 , 999 , 998; #X msg -7 258 999999; #X obj -7 285 + 999999; #X obj -19 204 pddp/pddplink http://en.wikipedia.org/wiki/Real_numbers ; #X text -23 61 Computers use floating point numbers to try to represent real numbers (a real number is any number that could be plotted on a line).; #X text 118 379 <-- scroll up to see; #X text 127 312 == 2 , OOO , OOO; #X connect 10 0 11 0; #X connect 11 0 8 0;