Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Java Help
#3
boom boom pow
Code:
public static double pow(double a, double b)
  • Returns the value of the first argument raised to the power of the second argument.

Code:
public double square(double number)
{
return Math.pow(number, 2.0);
}
Same goes for all the other things you need ;-)

regards
Q
Reply


Messages In This Thread
Java Help - by Gone - 01-19-2010, 06:38 PM
RE: Java Help - by Project Evolution - 01-20-2010, 07:37 PM
RE: Java Help - by Qkyrie - 01-21-2010, 06:05 AM
RE: Java Help - by Gone - 01-21-2010, 02:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  why java haphazard 8 1,478 12-12-2011, 03:23 AM
Last Post: RDCA
  Need Java help from java expert. Blazin 2 1,917 09-07-2011, 02:43 PM
Last Post: AceInfinity
  Java help php 1 840 04-06-2010, 06:41 AM
Last Post: php
  Java Problem for real java programmer Testgamma1 10 4,521 03-14-2010, 09:08 AM
Last Post: uber1337
  How do i get java Mozz 4 1,307 02-13-2010, 12:29 PM
Last Post: Mozz

Forum Jump:


Users browsing this thread: 1 Guest(s)