Difference between revisions of "Manuals/calci/TENTHOF"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "TENTHOF")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
TENTHOF
+
<div style="font-size:30px">'''TENTHOF(Number)'''</div><br/>
 +
*<math>Number</math> is any real number.
 +
 
 +
==Description==
 +
*This function calculates the One-tenth of the given number.
 +
*In <math>TENTHOF(Number)</math>,<math>Number</math> is any real number. 
 +
*To find one tenth of a number , divide the number by ten.
 +
*So  the result is the number which is divided by 10.
 +
*For example TENTHOF(180)= 18.
 +
 
 +
==Examples==
 +
#TENTHOF(80) = 8
 +
#TENTHOF(45) = 4.5
 +
#TENTHOF(-6738) = -673.8
 +
#TENTHOF(89.54) = 8.954
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=z-ihgsgkTsg|280|center|Divide}}
 +
 
 +
==See Also==
 +
*[[Manuals/calci/FOURTHOF | FOURTHOF]]
 +
*[[Manuals/calci/FIFTHOF | FIFTHOF ]]
 +
*[[Manuals/calci/SEVENTHOF  | SEVENTHOF ]]
 +
 
 +
==References==
 +
*[https://en.wikipedia.org/wiki/Power_of_10  Tenth power]
 +
 
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 14:45, 4 February 2019

TENTHOF(Number)


  • is any real number.

Description

  • This function calculates the One-tenth of the given number.
  • In , is any real number.
  • To find one tenth of a number , divide the number by ten.
  • So the result is the number which is divided by 10.
  • For example TENTHOF(180)= 18.

Examples

  1. TENTHOF(80) = 8
  2. TENTHOF(45) = 4.5
  3. TENTHOF(-6738) = -673.8
  4. TENTHOF(89.54) = 8.954

Related Videos

Divide

See Also

References