diff options
author | musil <tmusil@users.sourceforge.net> | 2013-06-28 17:25:22 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2013-06-28 17:25:22 +0000 |
commit | a7e6303e3e7e87bf90b21821d2e419ed4799783c (patch) | |
tree | ba035867b2a15a2bdb945184a120e926e3127113 /-__-help.pd |
initial check in of double precision library of iemsvn2git-root
svn path=/trunk/externals/iem/iem_dp/; revision=17167
Diffstat (limited to '-__-help.pd')
-rwxr-xr-x | -__-help.pd | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/-__-help.pd b/-__-help.pd new file mode 100755 index 0000000..1d9f4ab --- /dev/null +++ b/-__-help.pd @@ -0,0 +1,48 @@ +#N canvas 224 167 932 536 10; +#X symbolatom 167 326 25 0 0 0 - - -; +#X text 104 453 IEM KUG; +#X text 88 441 musil; +#X text 125 441 @; +#X text 134 441 iem.at; +#X text 87 463 Graz \, Austria; +#X text 147 415 @; +#X text 156 415 iem.at; +#X text 88 415 zmoelnig; +#X floatatom 251 245 11 0 0 0 - - -; +#X floatatom 227 273 11 0 0 0 - - -; +#X text 337 244 difference; +#X text 311 272 float casted; +#X text 14 12 -__; +#X text 70 13 double precision subtraction; +#X obj 165 209 -__ 0 0; +#X text 359 326 difference displayed via a symbol; +#X text 203 83 = symbol selector of an anything; +#X msg 70 71 "9.9999999999999; +#X msg 292 108 "8.7654321234567; +#X text 90 341 should be "1.2345678765432; +#X text 193 72 double precision number beginning with a "double quote" +=; +#X text 422 119 = symbol selector of an anything; +#X text 412 108 double precision number beginning with a "double quote" +=; +#X obj 166 303 dptosym; +#X text 14 32 sub__; +#X text 14 57 -''; +#X obj 239 209 sub__ 0 0; +#X obj 316 209 -'' 0 0; +#X text 294 13 15 digits accurate; +#X text 39 402 (c) IOhannes m zmoelnig 1999 - 2013; +#X text 39 430 (c) Thomas Musil 2000 - 2013; +#X obj 71 97 symtodp; +#X obj 292 130 symtodp; +#X connect 15 0 10 0; +#X connect 15 0 24 0; +#X connect 15 1 9 0; +#X connect 15 1 24 1; +#X connect 18 0 32 0; +#X connect 19 0 33 0; +#X connect 24 0 0 0; +#X connect 32 0 15 0; +#X connect 32 1 15 1; +#X connect 33 0 15 2; +#X connect 33 1 15 3; |