Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Byte Array big Int

807607Oct 14 2006 — edited Oct 16 2006
Hi every one :

I need to use byte array to perform division operation for big integers. Unfortunately, Due to the limited resources I can't use big Integer class provided by java. So I need to create my own simple big Integer division operation. I can only use byte and short .

I really don't know how to do it. Any body has some suggestions or help to offer will be appreciated.

Thanks

Message was edited by:
maxjack@mx

Message was edited by:
maxjack@mx
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 13 2006
Added on Oct 14 2006
11 comments
288 views