Difference between revisions of "Manuals/calci/MAKEFRACTION"
Jump to navigation
Jump to search
(Created page with "MAKEFRACTION") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | MAKEFRACTION | + | <div style="font-size:30px">'''MAKEFRACTION (Number,ToDenominator)'''</div><br/> |
+ | *<math>Number</math> and <math>ToDenominator</math> are any real numbers. | ||
+ | |||
+ | ==Description== | ||
+ | *This function shows the fraction or mixed fraction of the given numbers. | ||
+ | *In <math>MAKEFRACTION(Number,ToDenominator)</math>,<math>Number</math> is the numerator and <math>ToDenominator</math> 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== | ||
+ | |||
+ | {{#ev:youtube|v=dD14EEhdRMI|280|center|Fraction}} | ||
+ | |||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/FRACTION | FRACTION ]] | ||
+ | *[[Manuals/calci/FRACTAL | FRACTAL ]] | ||
+ | *[[Manuals/calci/LN | LN ]] | ||
+ | |||
+ | ==References== | ||
+ | *[https://www.mathsisfun.com/fractions.html Fraction] | ||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 14:09, 15 January 2019
MAKEFRACTION (Number,ToDenominator)
- and are any real numbers.
Description
- This function shows the fraction or mixed fraction of the given numbers.
- In , is the numerator and 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