Difference between revisions of "Manuals/calci/CUBEROOT"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
#CUBEROOT(-125) = -5 | #CUBEROOT(-125) = -5 | ||
#CUBEROOT(321.6) = 6.851284679220313 | #CUBEROOT(321.6) = 6.851284679220313 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=87_qIofPwhg|280|center|Cube Root}} | ||
==See Also== | ==See Also== |
Revision as of 14:21, 11 December 2018
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
- CUBEROOT(8) = 2
- CUBEROOT(-125) = -5
- CUBEROOT(321.6) = 6.851284679220313
Related Videos
See Also
References