Difference between revisions of "Manuals/calci/FRACTION"

From ZCubes Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
  
 
==Examples==
 
==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==
 
==See Also==

Latest revision as of 17: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

  1. FRACTION(9,4) = 2 1/4
  2. FRACTION(3,7) = 3/7
  3. FRACTION(10,2) = 5
  4. FRACTION(-80,19) = -4 4/19

Related Videos

Fraction

See Also

References