Product/en: Difference between revisions
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<section begin="image"/>[[File:product.png|alt=The Product Block|thumb]]<section end="image"/> | |||
==Usage== | |||
<p id="tooltip">Returns the product of two inputs.</p> | <p id="tooltip">Returns the product of two inputs.</p> | ||
==Syntax== | |||
Inputs in this block: | |||
#a number | |||
#a number | |||
which will be multiplied together. | |||
==Example== | |||
[[File:product_example.gif|alt=Product example gif|thumb]] | |||
[[File:product_example.png|alt=Product example code|thumb]] | |||
This is a model that explores the relationship between turning degrees and circle area. The model calculates the area of the circle drawn using the equation 𝝅r². The World trait of the radius is calculated in The World tab given the degrees turned input from the slider. Note that the area is in spaceland square units. | |||
==Related Blocks== | |||
*[[Special:MyLanguage/Sum|Sum +]] | |||
*[[Special:MyLanguage/Difference|Difference -]] | |||
*[[Special:MyLanguage/Quotient|Quotient /]] | |||
[[Category:Math]] | [[Category:Math]] | ||
[[Category:Code Block]] | [[Category:Code Block]] |
Revision as of 16:39, 14 August 2023
Usage
Returns the product of two inputs.
Syntax
Inputs in this block:
- a number
- a number
which will be multiplied together.
Example
This is a model that explores the relationship between turning degrees and circle area. The model calculates the area of the circle drawn using the equation 𝝅r². The World trait of the radius is calculated in The World tab given the degrees turned input from the slider. Note that the area is in spaceland square units.