| Line 1: |
Line 1: |
| − | fifth | + | <div style="font-size:30px">'''FIFTHOF(Number)'''</div><br/> |
| | + | *<math>Number</math> is any real number. |
| | + | |
| | + | ==Description== |
| | + | *This function calculates the one-fifth of the given number. |
| | + | *In <math>FIFTHOF(Number)</math>, <math>Number</math> is any real number. |
| | + | *To find one fifth of a number , divide the number by five. |
| | + | *So the result is the number which is divided by 5. |
| | + | *For example FIFTHOF(90)= 18 |
| | + | |
| | + | ==Examples== |
| | + | #FIFTHOF(5) = 1 |
| | + | #FIFTHOF(50) = 10 |
| | + | #FIFTHOF(34) = 6.8 |
| | + | #FIFTHOF(-67.3) = -13.459999999999999 |
| | + | |
| | + | ==See Also== |
| | + | *[[Manuals/calci/FOURTHOF | FOURTHOF]] |
| | + | *[[Manuals/calci/HALFOF | HALFOF ]] |
| | + | *[[Manuals/calci/SEVENTHOF | SEVENTHOF ]] |
| | + | |
| | + | ==References== |
| | + | *[https://en.wikipedia.org/wiki/Fifth_power_(algebra) Fifth power] |
| | + | |
| | + | *[[Z_API_Functions | List of Main Z Functions]] |
| | + | *[[ Z3 | Z3 home ]] |