Difference between revisions of "Manuals/calci/MAKEFRACTION"
Jump to navigation
Jump to search
| Line 15: | Line 15: | ||
#MAKEFRACTION(2,3) = 2/3 | #MAKEFRACTION(2,3) = 2/3 | ||
#MAKEFRACTION(65,3) = 21 2/3 | #MAKEFRACTION(65,3) = 21 2/3 | ||
| + | |||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|v=dD14EEhdRMI|280|center|Fraction}} | ||
| + | |||
==See Also== | ==See Also== | ||
Latest revision as of 15:09, 15 January 2019
MAKEFRACTION (Number,ToDenominator)
- 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 Number} 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 ToDenominator} are any real numbers.
Description
- This function shows the fraction or mixed fraction of the given numbers.
- 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 MAKEFRACTION(Number,ToDenominator)} , is the 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 ToDenominator} is the denominator value.
- A fraction is a part of a whole or, any number of equal parts.
- Numerator is the number of parts from a whole.
- Denominator is the number of parts the whole is divided into.
- Also Denominator cannot be zero.
- So this function shows either proper fraction or mixed fraction of the given numbers.
Examples
- MAKEFRACTION(12,2) = 6
- MAKEFRACTION(2,3) = 2/3
- MAKEFRACTION(65,3) = 21 2/3
Related Videos