Difference between revisions of "Manuals/calci/FRACTION"
Jump to navigation
Jump to search
(Created page with "fraction") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | fraction | + | <div style="font-size:30px">'''FRACTION()'''</div><br/> |
+ | *where <math>x</math> is the number . | ||
+ | |||
+ | ==Description== | ||
+ | *This function shows the fraction part of the given numbers. | ||
+ | *In <math>FRACTION()</math>,the parameter can be any positive and negative real numbers. | ||
+ | *A fraction is a number that represents part of a whole. | ||
+ | *It is consisted of a numerator and a denominator. | ||
+ | *Numerator represents the number of equal parts and the denominator represents the total amount of parts that make up a whole. | ||
+ | *The same like other real numbers, fractions number can be added,subtracted,multiplied and divided. | ||
+ | |||
+ | ==Examples== | ||
+ | #FRACTION(9,4) = 2 1/4 | ||
+ | #FRACTION(3,7) = 3/7 | ||
+ | #FRACTION(10,2) = 5 | ||
+ | #FRACTION(-80,19) = -4 4/19 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=CA9XLJpQp3c|280|center|Fraction}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/MAKEFRACTION | MAKEFRACTION ]] | ||
+ | *[[Manuals/calci/FRACTAL | FRACTAL ]] | ||
+ | *[[Manuals/calci/LN | LN ]] | ||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] | ||
+ | |||
+ | ==References== | ||
+ | *[https://en.wikipedia.org/wiki/Fraction_(mathematics) Fraction] | ||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 16:41, 11 January 2019
FRACTION()
- where is the number .
Description
- This function shows the fraction part of the given numbers.
- In ,the parameter can be any positive and negative real numbers.
- A fraction is a number that represents part of a whole.
- It is consisted of a numerator and a denominator.
- Numerator represents the number of equal parts and the denominator represents the total amount of parts that make up a whole.
- The same like other real numbers, fractions number can be added,subtracted,multiplied and divided.
Examples
- FRACTION(9,4) = 2 1/4
- FRACTION(3,7) = 3/7
- FRACTION(10,2) = 5
- FRACTION(-80,19) = -4 4/19