MarcoGervasoni / gwt-math

Automatically exported from code.google.com/p/gwt-math
0 stars 0 forks source link

BigDecimal(int val) doesn't work #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I add a new BigDecimal with integer parameter, gwt-math doesn't work.
GWT return the follow message: The constructor BigDecimal(int) is undefined

I hoped that it work. I'm using 2.0.1 version of gwt-math.

Original issue reported on code.google.com by luca...@gmail.com on 1 Dec 2008 at 1:19

GoogleCodeExporter commented 9 years ago
I forgot it.
In the next release I will fix.
Now you can use new BigDecimal(String).

Original comment by marco.ge...@gmail.com on 1 Dec 2008 at 8:41

GoogleCodeExporter commented 9 years ago
add in 2.0.3

Original comment by marco.ge...@gmail.com on 5 Jan 2009 at 11:16