Skip to content

Latest commit

 

History

History

Cubic Root of A Number

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Given a number n, find the cube root of n.

Input  :  n = 3
Output :  Cubic Root -> 1.442250

Input  :  n = 8
Output :  Cubic Root -> 2.000000