Seems like math class doesn't exist in my eclipse version in library. It asks me to create method pow when I try to check Double a = Math.pow(2,3); Any ideas? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Seems like math class doesn't exist in my eclipse version in library. It asks me to create method pow when I try to check Double a = Math.pow(2,3); Any ideas?

5th Jan 2016, 2:39 PM
Eugene Lukianov
Eugene Lukianov - avatar
1 Answer
+ 2
Have you tried importing the math class? If not, try this: import java.lang.Math;
24th Jun 2016, 12:38 AM
Scylla
Scylla - avatar