Activities/Turtle Art/Numbers

From Sugar Labs
Jump to navigation Jump to search
english | español | HowTo [ID# 59803] 


The Numbers Palette (purple)

THIS PAGE IS OUT OF DATE SEE Activities/Turtle_Art#Numbers_Palette

examples (3)

Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination

descriptions (3)

TA-number.svg number used as numeric input in mathematic operators
TAplus.svg addition adds two numeric inputs
TAminus.svg subtraction subtracts bottom numeric input from top numeric input
TAproduct.svg product multiplies two numeric inputs
TAdivision.svg division divides top numeric input (numerator) by bottom numeric input (denominator)
TA-mod.svg mod modular (remainder) operator
TA-left-bracket.svg TA-right-bracket.svg numeric extensions identity operators used for extending blocks (See example above)
TA-sqrt.svg square root calculate square root
Error creating thumbnail: Unable to save thumbnail to destination
random returns random number between minimum (left) and maximum (right) values
Error creating thumbnail: Unable to save thumbnail to destination
equal? logical = operator (plugs into an If blocks on the Flow Palette)
Error creating thumbnail: Unable to save thumbnail to destination
greater? logical > operator (plugs into an If blocks on the Flow Palette)
Error creating thumbnail: Unable to save thumbnail to destination
less? logical < operator (plugs into an If blocks on the Flow Palette)
TA-and.svg and logical ⋀ (and) operator (links conditional)
TA-or.svg or logical ⋁ (or) operator (links conditional)
TA-not.svg not logical ¬ (not) operator (links conditional)
TA-print.svg print Prints value in status block at bottom of the canvas (See example above)