[OSM-dev] Re: [RFC] Beautify scale bar
SteveC
steve at asklater.com
Sun May 14 12:37:54 BST 2006
* @ 13/05/06 09:45:20 PM jbglaw at lug-owl.de wrote:
> On Sat, 2006-05-13 18:00:42 +0200, Jan-Benedict Glaw <jbglaw at lug-owl.de> wrote:
> > On Sat, 2006-05-13 14:48:01 +0100, SteveC <steve at asklater.com> wrote:
> > * round
> > * fabs
> > * log
>
> I found out that I need to "import" the java.lang.StrictMath class and
> that I can use these functions (due to the fact that these are static
> I seem to not need to get a new instance of that class) as eg.
> StrictMath.round().
I think you want java.lang.math? isn't strct math an implementation of
some ISO standard and very heavy?
http://java.sun.com/j2se/1.3/docs/api/java/lang/Math.html
Would you mind updating using that?
have fun,
SteveC steve at asklater.com http://www.asklater.com/steve/
More information about the dev
mailing list