Difference between revisions of "Manuals/calci/FRACTION"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
#FRACTION(10,2) = 5 | #FRACTION(10,2) = 5 | ||
#FRACTION(-80,19) = -4 4/19 | #FRACTION(-80,19) = -4 4/19 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=CA9XLJpQp3c|280|center|Fraction}} | ||
==See Also== | ==See Also== |
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