| Line 1: |
Line 1: |
| − | Fourthof
| + | <div style="font-size:30px">'''FOURTHOF(Number)'''</div><br/> |
| | + | *<math>Number</math> is any real number. |
| | + | |
| | + | ==Description== |
| | + | *This function calculates the one-fourth of the given number. |
| | + | *In <math>FOURTHOF(Number)</math>, <math>Number</math> is any real number. |
| | + | *To find one fourth of a number,divide the number by four. |
| | + | *So the result is the number which is divided by 4. |
| | + | *For example FOURTHOF(80)= 20. |
| | + | |
| | + | ==Examples== |
| | + | #FOURTHOF(4) = 1 |
| | + | #FOURTHOF(40) = 10 |
| | + | #FOURTHOF(89) = 22.25 |
| | + | #FOURTHOF(-131.45) = -32.8625 |
| | + | |
| | + | ==See Also== |
| | + | *[[Manuals/calci/FIFTHOF | FIFTHOF]] |
| | + | *[[Manuals/calci/HALFOF | HALFOF ]] |
| | + | *[[Manuals/calci/SEVENTHOF | SEVENTHOF ]] |
| | + | |
| | + | ==References== |
| | + | *[https://socratic.org/questions/how-do-you-write-the-algebraic-expression-one-fourth-of-a-number-n One fourth] |
| | + | |
| | + | *[[Z_API_Functions | List of Main Z Functions]] |
| | + | *[[ Z3 | Z3 home ]] |