Osiris/API/RealDivide: Difference between revisions
Jump to navigation
Jump to search
(Created page with "===== Full Definition(s) ===== * query '''RealDivide'''('''''[in]'''(REAL)'''''_A''',''''' [in]'''(REAL)'''''_B''',''''' [out]'''''(''REAL'')'''_Quotient''') ===== Description...") |
(No difference)
|
Revision as of 12:31, 14 November 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.