My favorites | Sign in
Project Logo
                
Code license: Apache License 2.0
Labels: BigDecimal, BigInteger, math, GWT
Links:
Feeds:
People details
Project owners:
  marco.gervasoni
Project committers:
luca.masini, Silvio.Gruppo, enrico.nanni

gwt-math 2.1

Summary

The goal of gwt-math is to provide drop in support for an extended set of the of the standard Java library classes on top of what is provided by the GWT distribution provided by Google.

GettingStarted

The only thing to do in our GWT Module is:

<inherits name="com.googlecode.gwt.math.Math">
</inherits>

Now you can use the java.math.BigDecimal and java.math.BigInteger into the GWT Module.

JRE Emulation

java.math.BigDecimal

java.math.BigInteger

Example Project

You can find a sample Eclipse project in the SVN









Hosted by Google Code