Quotient/en: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
 
(Updating to match new version of source page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
<section begin="image"/>[[File:quotient.png|alt=The Quotient Block|thumb]]<section end="image"/>
==Usage==
<p id="tooltip">Returns the quotient of two inputs.</p>
==Syntax==
Inputs in this block:
#a number
#a number
the first value will be divided by the second.
==Example==
[[File:quotient_example.gif|alt=Quotient example gif|thumb]]
[[File:quotient_example.png|alt=Quotient example code|thumb]]
This is a model of an epidemic. To monitor the spread of the epidemic, data boxes and a line graph have been employed to monitor immune, uninfected, and infected populations. An epidemic occurs when the infected population exceeds the expected infected population.  When over 5% of the population is infected, the warning label is shown.
==Related Blocks==
*[[Special:MyLanguage/Product|Product *]]
*[[Special:MyLanguage/Sum|Sum +]]
*[[Special:MyLanguage/Difference|Difference -]]


[[Category:Math]]
[[Category:Math]]
[[Category:Code Block]]
[[Category:Code Block]]

Latest revision as of 18:32, 14 August 2023

Other languages:
The Quotient Block

Usage

Returns the quotient of two inputs.

Syntax

Inputs in this block:

  1. a number
  2. a number

the first value will be divided by the second.

Example

Quotient example code

This is a model of an epidemic. To monitor the spread of the epidemic, data boxes and a line graph have been employed to monitor immune, uninfected, and infected populations. An epidemic occurs when the infected population exceeds the expected infected population. When over 5% of the population is infected, the warning label is shown.

Related Blocks