Difference between revisions of "Manuals/calci/UNITMOD"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''UNITMOD(A,B) '''</div><br/> *<math>A</math> and <math>B</math> are any real numbers. ==Description== *This function gives the remainder of the ...") |
|||
| Line 6: | Line 6: | ||
*When we divide two integers we will get the result like this: <math>\frac{A}{B}= Q</math> with remainder <math>R</math>. Here <math>A</math> is the dividend, <math>B</math> is the divisor, <math>Q</math> is the Quotient and <math> R</math> is the remainder.So <math> UNITMOD(A,B)=R</math>. | *When we divide two integers we will get the result like this: <math>\frac{A}{B}= Q</math> with remainder <math>R</math>. Here <math>A</math> is the dividend, <math>B</math> is the divisor, <math>Q</math> is the Quotient and <math> R</math> is the remainder.So <math> UNITMOD(A,B)=R</math>. | ||
*For e.g., UNITMOD(5,2)=1. Here 1 is the remainder. | *For e.g., UNITMOD(5,2)=1. Here 1 is the remainder. | ||
| − | * | + | *This function gives an error when <math>B</math> value is 0. |
| − | + | *<mathA</math> and <math>B</math> can be positive or negative. Suppose <mathA</math> and <math>B</math> are of same sign either '+' or '-',then the resultant sign is also the same. | |
| − | + | *But <math>A</math> and <math>B</math> are with different then the result will come with the <math> B </math> sign only. | |
| − | |||
| − | *But <math> | ||
==ZOS== | ==ZOS== | ||
Revision as of 00:44, 6 April 2017
UNITMOD(A,B)
- 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 A} 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 B} are any real numbers.
Description
- This function gives the remainder of the number after dividing with some number.
- When we divide two integers we will get the result like this: 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 \frac{A}{B}= Q} with remainder 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 R} . Here 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 A} is the dividend, 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 B} is the divisor, 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 Q} is the Quotient 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 R} is the remainder.So 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 UNITMOD(A,B)=R} .
- For e.g., UNITMOD(5,2)=1. Here 1 is the remainder.
- This function gives an error when 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 B} value is 0.
- <mathA</math> 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 B} can be positive or negative. Suppose <mathA</math> 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 B} are of same sign either '+' or '-',then the resultant sign is also the same.
- But 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 A} 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 B} are with different then the result will come with the 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 B } sign only.
ZOS
- The syntax is to calculate remainder of the given numbers in ZOS is 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 UNITMOD(A,B)}
.
- 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 A} 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 B} are any real numbers.
- For e.g.,UNITMOD(10,2),UNITMOD(50.2,-4)
Examples
- =UNITMOD(5,2)=1
- =UNITMOD(-11,-3)=-2
- =UNITMOD(25,5)=0
- =UNITMOD(12,-4)=0
- =UNITMOD(85,-9)=-5
- =UNITMOD(-52,7)=4
- =UNITMOD(0,9)=0
- =UNITMOD(9,0)=NAN
- =UNITMOD(5.5,2)=1.5
Related Videos
See Also
References