Product

From StarLogo Nova Wiki
Revision as of 18:18, 16 August 2023 by Admin (talk | contribs) (duplicate file already uploaded)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Other languages:
The Product Block

Usage

Returns the product of two inputs.

Syntax

Inputs in this block:

  1. a number
  2. a number

which will be multiplied together.

Example

Product example gif
Product example code

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