Manuals/calci/MODWITH
Jump to navigation
Jump to search
MODWITH(Dividend,Divider)
- 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 Dividend} 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 Divider} are any real number .
Description
- This function returns the remainder after division of a number.
- 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 MODWITH(Dividend,Divider)} ,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 Dividend} 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 Divider} are any numerical numbers.
- So Mod function divides one numeric expression by another numeric expression and returns the remainder.
- The result has the same sign as divisor.
Examples
- MODWITH(85,3) = 1
- MODWITH(543,11) = 4
- MODWITH(9832,65.4) = 22
- MODWITH(5643,-65) = -12