Math.pow (base, power), such as: double a=2.0, double b=3.0, double c=Math.pow(a, b), that is, what is the cube of 2; C is finally 8.
Extended data:
Math.pow()? This function returns the exponential power of the base, that is? Exponential power of the base. Java is a simple, cross-platform, object-oriented, distributed, explanatory, robust, secure, structure-neutral, portable, multi-threaded and dynamic language with excellent performance.
Java programming tools are as follows:
1, Eclipse: an open source extensible development platform based on Java.
2.NetBeans: An open source Java integrated development environment suitable for various clients and Web applications.
3.IntelliJ IDEA: It has good automatic code prompting and code analysis functions.
4.MyEclipse: Commercial software developed by Genuitec is a widely used integrated development environment for Java applications.
5.EditPlus: If the Java compiler "Javac" and interpreter "Java" are correctly configured, you can directly use EditPlus to compile and execute Java programs.
References:
Baidu encyclopedia -Java