Re: Math.sqrt is not working
That code works fine for me. Make sure you haven't defined your own class called Math which is getting the road of the compiler locating the java.lang.Math class.
-----
Also, when you post code use the "code" tags. Put [code] at the start of the code and [/code] at the end to ensure that the code is readable when it appears here.
1 Attachment(s)
Re: Math.sqrt is not working
Quote:
Originally Posted by
pbrockway2
That code works fine for me. Make sure you haven't defined your own class called Math which is getting the road of the compiler locating the java.lang.Math class.
-----
Also, when you post code use the "code" tags. Put [code] at the start of the code and [/code] at the end to ensure that the code is readable when it appears here.
Attachment 3512 Is this stopping me?
Re: Math.sqrt is not working
Quote:
Originally Posted by
goingdarkness
.... Is this stopping me?
yes!
Re: Math.sqrt is not working
Re: Math.sqrt is not working