Question:

The Math Class in Java?

by  |  earlier

0 LIKES UnLike

Can someone tell me what they know about the math class in java.

 Tags:

   Report

1 ANSWERS


  1. Anytime I need info about a class I use a search engine and have it search for the Sun java site:

    search for this string:

    "sun java math class'

    You'll find this, the official documentation site.

    http://java.sun.com/j2se/1.4.2/docs/api/...

    It describes the class, fields, and methods.  Note that it is NOT necessary to import anything to use the Math class.  Also note that all the methods are static and so there is no need for constructors.  Also note that there's only 2 fields:

    pi (ye olde pi)

    and

    e (base of natural log)

    What do you need to know?

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions