+ 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?
1 ответ
+ 2
Have you tried importing the math class? If not, try this: import java.lang.Math;