Ok....I told you I'm a newbie, so don't laught. I'm trying to write the code for the square root and power functions in java. Is there anyone who could help me out? I actually have the calculator working, I just need to add these to it.

There is a section for Java Questions. This post would receive more attention there. But don't use that subject. Have it relavant to your question. People tend to look at it and take it more seriously then ;) good luck

Math.pow(base, power);
Math.sqrt(x);

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.