Difference between revisions of "Manuals/calci/FOURTHROOT"

From ZCubes Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
==See Also==
 
==See Also==
 
**[[Manuals/calci/CUBEROOT | CUBEROOT ]]
 
**[[Manuals/calci/CUBEROOT | CUBEROOT ]]
*[[Manuals/calci/ | NTHROOT |NTHROOT  ]]
+
*[[Manuals/calci/NTHROOT | NTHROOT  ]]
 
*[[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 15:32, 9 March 2017

FOURTHROOT (Number)


  • is any real number.

Description

  • This function shows the Fourth root of a given number.
  • The fourth root of a number is the number that would have to be multiplied by itself 4 times to get the original number.
  • For example, the fourth root of 81 is 3 as 3 x 3 x 3 x 3 is 81.
  • Generally Second root is called Square root and Third root is called Cube root.
  • These roots are easy to calculate by hand but even for perfect fourth root numbers, fourth root can be difficult to calculate by hand.
  • So we can use this function to calculate the fourth root of the number with in a second.

Examples

  1. FOURTHROOT(16) = 2
  2. FOURTHROOT(234256) =22
  3. FOURTHROOT(7612) = 9.340598291584374
  4. FOURTHROOT(-625) = 0-ⅈ5

See Also

References