Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java to the power of

// this means 2 to the power of 4 - 2^4 - which will return 16
Math.pow(2, 4);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #java #power
ADD COMMENT
Topic
Name
3+6 =