"John Keiser" <[EMAIL PROTECTED]> writes:

> Finally, in both Float and Double, the toString() method needs a little
> elaboration.  It would be nice to know what format the resulting String will
> be in.  Will it be in exponential notation?  Will it ever be in regular
> notation, and under what circumstances?  Stuff people reading this could
> use.  parseFloat() needs the same elaboration.  It would be nice to have
> full specification of what the methods do inside the docs.

Big pain here is documenting in a way that doesn't steal directly from
the JLS.  If you can think of a way, go for it.  The JLS and Javadoc
generally say the exact same thing for these two methods.

Brian
-- 
|-------------------------------|Software Engineer
|Brian Jones                    |[EMAIL PROTECTED]
|[EMAIL PROTECTED]                    |http://www.nortel.net
|http://www.classpath.org/      |-------------------------------

Reply via email to