Difference between revisions of "Manuals/calci/NINTHOF"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''NINTHOF(Number)'''</div><br/> *<math>Number</math> is any real number. ==Description== *This function calculates the one-ninth of the given num...") |
|||
Line 22: | Line 22: | ||
==References== | ==References== | ||
*[https://www.mathsisfun.com/numbers/nth-root.html nth root] | *[https://www.mathsisfun.com/numbers/nth-root.html nth root] | ||
+ | |||
+ | |||
*[[Z_API_Functions | List of Main Z Functions]] | *[[Z_API_Functions | List of Main Z Functions]] | ||
*[[ Z3 | Z3 home ]] | *[[ Z3 | Z3 home ]] |
Revision as of 06:32, 18 May 2017
NINTHOF(Number)
- is any real number.
Description
- This function calculates the one-ninth of the given number.
- In , is any real number.
- To find one ninth of a number , divide the number by nine.
- So the result is the number which is divided by 9.
- For example NINTHOF(90)= 10
Examples
- NINTHOF(9) = 1
- NINTHOF(90) = 10
- NINTHOF(45) = 5
- NINTHOF(-67.3) = -7.477777777777778
See Also
References