Get the cube root of a double value in Java

Description

The following code shows how to get the cube root of a double value.

Example


/* ww  w . ja  v  a 2s . co  m*/
public class Main {
  public static void main(String[] args) {

    System.out.println("cbrt(x)   = " + Math.cbrt(0.5));
  }
}

The code above generates the following result.





















Home »
  Java Tutorial »
    Development »




Java Algorithms
Java Clipboard
Java Compiler
Java Desktop
Java Virtual Machine
Java Math
OS
Random
Java Robot
Java RuntimeMXBean
Java Timer
Java UUID
Java Internationalization