The method returns the value of the first argument raised to the power of the second argument.
Syntax:double pow(double base, double exponent)
Example:public class Test{
public static void main(String args[]){
double x = 11.635;
double y = 2.76;
System.out.printf("The value of e is %.4f%n", Math.E);
System.out.printf("pow(%.3f, %.3f) is %.3f%n",
x, y, Math.pow(x, y));
}
}
Output:
The value of e is 2.7183
pow(11.635, 2.760) is 874.008
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 189 / 158770806. Delta: 0.00255 с