Quotient: Difference between revisions

From StarLogo Nova Wiki
(Created page with "<languages/> <translate> Category:Math Category:Code Block </translate>")
 
(Marked this version for translation)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
<translate>
<translate>


<!--T:3-->
<section begin="image"/>[[File:quotient.png|alt=The Quotient Block|thumb]]<section end="image"/>
==Usage== <!--T:4-->
<!--T:2-->
<p id="tooltip">Returns the quotient of two inputs.</p>
==Syntax== <!--T:5-->
<!--T:6-->
Inputs in this block:
#a number
#a number
the first value will be divided by the second.
==Example== <!--T:7-->
<!--T:8-->
[[File:quotient_example.gif|alt=Quotient example gif|thumb]]
[[File:quotient_example.png|alt=Quotient example code|thumb]]
<!--T:9-->
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== <!--T:10-->
<!--T:11-->
*[[Special:MyLanguage/Product|Product *]]
*[[Special:MyLanguage/Sum|Sum +]]
*[[Special:MyLanguage/Difference|Difference -]]
<!--T:1-->
[[Category:Math]]
[[Category:Math]]
[[Category:Code Block]]
[[Category:Code Block]]


</translate>
</translate>

Latest revision as of 16:00, 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