Difference between revisions of "Manuals/calci/FRACTION"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "fraction")
 
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==
 +
 
 +
==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 ]]

Revision as of 14:09, 11 April 2017

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

See Also

References