| 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 |
| | + | |
| | + | ==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 ]] |