MarcoGervasoni / gwt-math

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

missing mod and modpow for BigInteger #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. runtime

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
gwt-math 2.1 on mac osx

Please provide any additional information below.
My program uses mod and modpow for BigInteger and I see it is not supported but 
it is part of java.math. There is a work around but would be nice to have a it.

Regards

Original issue reported on code.google.com by werner.h...@gmail.com on 14 Sep 2010 at 12:59

GoogleCodeExporter commented 9 years ago
Here is a patch which fixes the problem, although not in the cleanest or 
fastest way.

I'm also attaching a non-patchfile version, in case you prefer that.

Original comment by travis%gockelhut.com@gtempaccount.com on 24 Sep 2010 at 8:15

Attachments:

GoogleCodeExporter commented 9 years ago
gwt-java-math is a complete implementation of java.math for GWT and includes 
all methods of BigInteger

http://code.google.com/p/gwt-java-math 

Original comment by rich...@zschech.net on 26 Sep 2010 at 5:08