| Line 1: |
Line 1: |
| − | thirdof
| + | <div style="font-size:30px">'''THIRDOF(Number)'''</div><br/> |
| | + | *<math>Number</math> is any real number. |
| | + | |
| | + | ==Description== |
| | + | *This function calculates the One-third of the given number. |
| | + | *In <math>THIRDOF(Number)</math>,<math>Number</math> is any real number. |
| | + | *To find one third of a number,divide the number by three. |
| | + | *So the result is the number which is divided by 3. |
| | + | *For example THIRDOF(18)= 6. |
| | + | |
| | + | ==Examples== |
| | + | #THIRDOF(120) = 40 |
| | + | #THIRDOF(-320) = -106.66666666666667 |
| | + | #THIRDOF(45.3) = 15.1 |
| | + | |
| | + | ==See Also== |
| | + | *[[Manuals/calci/FOURTHOF | FOURTHOF]] |
| | + | *[[Manuals/calci/FIFTHOF | FIFTHOF ]] |
| | + | *[[Manuals/calci/SEVENTHOF | SEVENTHOF ]] |
| | + | |
| | + | ==References== |
| | + | *[https://en.wikipedia.org/wiki/Cube_(algebra) Cube] |
| | + | |
| | + | *[[Z_API_Functions | List of Main Z Functions]] |
| | + | *[[ Z3 | Z3 home ]] |