Difference between revisions of "Manuals/calci/CUBEROOT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "cube")
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
cube
+
<div style="font-size:30px">'''CUBEROOT (Number)'''</div><br/>
 +
*<math>Number</math> is any real number.
 +
 
 +
==Description==
 +
*This function gives the Cube root of a given number.
 +
*A cube root is the number that multiplies by itself three times in order to create a cubic value.
 +
*In <math>CUBEROOT (Number)</math>, <math>Number</math> is any real number.When we are giving negative numbers result also we will get in negative values.
 +
*For example CUBEROOT(-27)=CUBEROOT(-3*-3*-3)= -3.
 +
*This function will return the result as NaN when the given number as Non-numeric.
 +
 
 +
==Examples==
 +
#CUBEROOT(8) = 2
 +
#CUBEROOT(-125) = -5
 +
#CUBEROOT(321.6) = 6.851284679220313
 +
#∛(27.01) = 3.000370324655039
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=87_qIofPwhg|280|center|Cube Root}}
 +
 
 +
==See Also==
 +
*[[Manuals/calci/SQUARES | SQUARES]]
 +
*[[Manuals/calci/FOURTHROOT  | FOURTHROOT ]]
 +
 
 +
==References==
 +
[http://www.mathsisfun.com/numbers/cube-root.html Cube Root]
 +
 
 +
 
 +
 
 +
 
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 03:55, 28 February 2022

CUBEROOT (Number)


  • is any real number.

Description

  • This function gives the Cube root of a given number.
  • A cube root is the number that multiplies by itself three times in order to create a cubic value.
  • In , is any real number.When we are giving negative numbers result also we will get in negative values.
  • For example CUBEROOT(-27)=CUBEROOT(-3*-3*-3)= -3.
  • This function will return the result as NaN when the given number as Non-numeric.

Examples

  1. CUBEROOT(8) = 2
  2. CUBEROOT(-125) = -5
  3. CUBEROOT(321.6) = 6.851284679220313
  4. ∛(27.01) = 3.000370324655039

Related Videos

Cube Root

See Also

References

Cube Root