What's new? | Help | Directory | Sign in
Google
gwt-math
Use java.math API in GWT applications
  
  
  
  
    
Code License: Apache License 2.0
Labels: BigDecimal, BigInteger, math, GWT
Links:
Join project
Project owners:
  marco.gervasoni
Project members:
luca.masini, Silvio.Gruppo, enrico.nanni

gwt-math 2.0

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"/>

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

Note

In the first version were found critical anomalies if used in WebMode. It is recommended to download the 2.0 version that works better.