Difference between revisions of "Osiris/API/RealDivide"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * query '''RealDivide'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Quotient''') ===== Description...") |
m |
||
Line 14: | Line 14: | ||
* [[Osiris/API/IntegerDivide]] | * [[Osiris/API/IntegerDivide]] | ||
− | [[Category:Osiris Queries]] | + | [[Category:Osiris Queries|RealDivide]] |
Latest revision as of 15:41, 19 December 2017
Full Definition(s)
- query RealDivide([in](REAL)_A, [in](REAL)_B, [out](REAL)_Quotient)
Description
Returns the _Quotient of division of _A by _B.
Return Values
- Success/Failure: Never fails.
- _Quotient: The result of dividing _A by _B.
Notes
- Warning: attempts to divide by 0 causes undefined behaviour and is not caught.