Is there some kind of standard help file (on unix) that would tell me
what function belongs to what? Like say for example, I don't know where
the java sqrt() function is. Is there any kind of help mechanism (like
a man page) that would tell me that is part of Math? Or do I just have
to memorize what java functions belong to what class?
Chad
Thomas Fritsch - 18 Jul 2006 03:02 GMT
> Is there some kind of standard help file (on unix) that would tell me
> what function belongs to what? Like say for example, I don't know where
> the java sqrt() function is. Is there any kind of help mechanism (like
> a man page) that would tell me that is part of Math? Or do I just have
> to memorize what java functions belong to what class?
Use the API doc <http://java.sun.com/j2se/1.5.0/docs/api/index.html>,
at the top click "Index", click "S", scroll down to "sqrt".

Signature
Thomas
Stefan Ram - 18 Jul 2006 03:03 GMT
>the java sqrt() function is. Is there any kind of help mechanism (like
>a man page) that would tell me that is part of Math?
http://download.java.net/jdk6/docs/api/index-files/index-19.html
Mark Space - 18 Jul 2006 04:46 GMT
> Is there some kind of standard help file (on unix) that would tell me
> what function belongs to what? Like say for example, I don't know where
> the java sqrt() function is. Is there any kind of help mechanism (like
> a man page) that would tell me that is part of Math? Or do I just have
> to memorize what java functions belong to what class?
http://google.com