Update of /cvsroot/pure-data/doc/tutorials/intro In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32590
Modified Files: 38.EXERCISE-help_americans.pd Log Message: added formulas to convert both ways
Index: 38.EXERCISE-help_americans.pd =================================================================== RCS file: /cvsroot/pure-data/doc/tutorials/intro/38.EXERCISE-help_americans.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 38.EXERCISE-help_americans.pd 7 May 2006 22:50:38 -0000 1.1 --- 38.EXERCISE-help_americans.pd 9 Aug 2006 00:31:09 -0000 1.2 *************** *** 1,6 **** ! #N canvas 354 158 694 490 12; #X obj 11 10 cnv 15 600 40 empty empty EXERCISE-help_americans 20 12 0 24 -262131 -66577 0; ! #X text 33 64 Help the poor Americans to understand Celsius. The formula ! is C = (5/9)*(F-32). Try not to use [expr] , but instead use individual ! Pd objects for each math operation.; --- 1,6 ---- ! #N canvas 354 158 698 494 12; #X obj 11 10 cnv 15 600 40 empty empty EXERCISE-help_americans 20 12 0 24 -262131 -66577 0; ! #X text 19 64 Help the poor Americans to understand Celsius. The formulas ! are C = (5/9) * (F-32) and F = (9/5 * C) + 32 Try not to use [expr] ! , but instead use individual Pd objects for each math operation.;