Difference between revisions of "Manuals/calci/DECIMALPART"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "DECIMAL")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
DECIMAL
+
<div style="font-size:30px">'''DECIMALPART (Number)'''</div><br/>
 +
*<math>Number</math> is any real number.
 +
 
 +
==Description==
 +
*This function shows the decimal part of the given number.
 +
*The Decimal numbers or decimals can be expressed in two parts(a) Whole number part (b)Decimal part.
 +
*The two parts are separated by a dot(.) which is called decimal point.
 +
*The digits lying to the left of the decimal point form the whole number part.
 +
*The places begin with ones, then tens, then hundreds, then thousands and so on.
 +
*The decimal point together with the digits lying on the right of decimal point form the decimal part.
 +
*The places begin with tenths, then hundredths, then thousandths and so on………
 +
*For example 12.654, 12 is the whole number and 654 is the decimal part of the number.
 +
 
 +
==Examples==
 +
#DECIMALPART(9.1003) = 0.1003
 +
#DECIMALPART(109.17872) = 0.17872
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=Wwg1br9-8yk|280|center|Decimal}}
 +
 
 +
 
 +
==See Also==
 +
*[[Manuals/calci/DECIMAL | DECIMAL]]
 +
 
 +
==References==
 +
[http://www.math-only-math.com/decimal-numbers.html Decimal part]
 +
 
 +
 
 +
 
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 15:48, 11 December 2018

DECIMALPART (Number)


  • is any real number.

Description

  • This function shows the decimal part of the given number.
  • The Decimal numbers or decimals can be expressed in two parts(a) Whole number part (b)Decimal part.
  • The two parts are separated by a dot(.) which is called decimal point.
  • The digits lying to the left of the decimal point form the whole number part.
  • The places begin with ones, then tens, then hundreds, then thousands and so on.
  • The decimal point together with the digits lying on the right of decimal point form the decimal part.
  • The places begin with tenths, then hundredths, then thousandths and so on………
  • For example 12.654, 12 is the whole number and 654 is the decimal part of the number.

Examples

  1. DECIMALPART(9.1003) = 0.1003
  2. DECIMALPART(109.17872) = 0.17872

Related Videos

Decimal


See Also

References

Decimal part