Difference between revisions of "Manuals/calci/REM"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 13: Line 13:
 
#REM(-20,2) = 0
 
#REM(-20,2) = 0
 
#REM(78/3,4) = 2
 
#REM(78/3,4) = 2
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=NcADzGz3bSI|280|center|Remainder}}
  
 
==See Also==
 
==See Also==

Latest revision as of 14:10, 28 January 2019

REM (Numerator,Denominator)


Description

  • This function shows the Remainder value of applied division.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle REM(Numerator,Denominator)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Numerator} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Denominator} 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

  1. REM(54,8) = 6
  2. REM(-20,2) = 0
  3. REM(78/3,4) = 2

Related Videos

Remainder

See Also

References