Divide

From Fancade Wiki
Revision as of 15:56, 3 July 2024 by -u ndefined- (talk | contribs) (Add notes and related section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Notes

If the denominator (Num2) is 0 the result returns inf, the sign determined by the numerator. However, if both are 0 then the result returns nan.

Related