Activities/Turtle Art/Numbers: Difference between revisions
Appearance
< Activities | Turtle Art
m moved Activities/Turtle Art/Numbers to Walter is a wanker 7/Turtle Art/Numbers: Walter is a wanker |
Tonyforster (talk | contribs) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 3: | Line 3: | ||
===The Numbers Palette (purple)=== | ===The Numbers Palette (purple)=== | ||
THIS PAGE IS OUT OF DATE SEE [[Activities/Turtle_Art#Numbers_Palette]] | |||
====examples (3)==== | ====examples (3)==== | ||
Latest revision as of 04:08, 1 December 2010
The Numbers Palette (purple)
THIS PAGE IS OUT OF DATE SEE Activities/Turtle_Art#Numbers_Palette
examples (3)
descriptions (3)
| number | used as numeric input in mathematic operators | |
| addition | adds two numeric inputs | |
| subtraction | subtracts bottom numeric input from top numeric input | |
| product | multiplies two numeric inputs | |
| division | divides top numeric input (numerator) by bottom numeric input (denominator) | |
| mod | modular (remainder) operator | |
| numeric extensions | identity operators used for extending blocks (See example above) | |
| square root | calculate square root | |
| random | returns random number between minimum (left) and maximum (right) values | |
| equal? | logical = operator (plugs into an If blocks on the Flow Palette) | |
| greater? | logical > operator (plugs into an If blocks on the Flow Palette) | |
| less? | logical < operator (plugs into an If blocks on the Flow Palette) | |
| and | logical ⋀ (and) operator (links conditional) | |
| or | logical ⋁ (or) operator (links conditional) | |
| not | logical ¬ (not) operator (links conditional) | |
| Prints value in status block at bottom of the canvas (See example above) |



