Product

From StarLogo Nova Wiki
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