Difference between revisions of "Manuals/calci/REM"
Jump to navigation
Jump to search
(Created page with "REM") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | REM | + | <div style="font-size:30px">'''REM (Numerator,Denominator)'''</div><br/> |
+ | |||
+ | ==Description== | ||
+ | *This function shows the Remainder value of applied division. | ||
+ | *In <math>REM(Numerator,Denominator)</math>,<math>Numerator</math> and <math>Denominator</math> are any real numbers. | ||
+ | *Division is splitting into equal parts or groups. | ||
+ | *Here Numerator is the dividend and Denominator is the divisor. | ||
+ | *After calculating the division ,there is something left over. | ||
+ | *That is called Remainder.So the remainder value is varying from 0 to (denominator-1). | ||
+ | |||
+ | ==Examples== | ||
+ | #REM(54,8) = 6 | ||
+ | #REM(-20,2) = 0 | ||
+ | #REM(78/3,4) = 2 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=NcADzGz3bSI|280|center|Remainder}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/DIVIDE | DIVIDE]] | ||
+ | *[[Manuals/calci/QUOTIENT | QUOTIENT]] | ||
+ | *[[Manuals/calci/DIVISION | DIVISION ]] | ||
+ | |||
+ | ==References== | ||
+ | *[https://www.mathsisfun.com/numbers/division-remainder.html Remainder] | ||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 14:10, 28 January 2019
REM (Numerator,Denominator)
Description
- This function shows the Remainder value of applied division.
- In , and are any real numbers.
- Division is splitting into equal parts or groups.
- Here Numerator is the dividend and Denominator is the divisor.
- After calculating the division ,there is something left over.
- That is called Remainder.So the remainder value is varying from 0 to (denominator-1).
Examples
- REM(54,8) = 6
- REM(-20,2) = 0
- REM(78/3,4) = 2