Divide: Difference between revisions

From Fancade Wiki
(Created page with "File:Divide1.png Divides the first input number by the second input number. File:Screenshot_2022-02-16-16-11-49-17_6c69499164362a0dbe2f1dfe7c62199a.jpg Category:Blocks ")
 
No edit summary
Line 1: Line 1:
[[File:Divide1.png]]
{{Block
|image=Divide.png
|type=s
|folder=math
|input1={{Port|n|Num1}}
|input2={{Port|n|Num2}}
|output1={{Port|n|Num1 / Num2}}
}}


Divides the first input [[number]] by the second input number.
Divides the first input [[number]] by the second input number.


[[File:Screenshot_2022-02-16-16-11-49-17_6c69499164362a0dbe2f1dfe7c62199a.jpg]]
[[File:Divide example.jpg|frameless|center|Example]]




[[Category:Blocks]]
[[Category:Blocks]]

Revision as of 11:28, 18 May 2024

Divide
Divide.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Num1
Num2
Outputs Num1 / Num2

Divides the first input number by the second input number.

Example
Example