Product

From StarLogo Nova Wiki
Revision as of 15:58, 14 August 2023 by Admin (talk | contribs) (updates from Blockument)
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

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