Search:

Type: Posts; User: vr2800

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    1,034

    Re: arithematic operation on arrays

    there could be any value . i just need to divide one number which exceeds the limit of int and long (may be 50 digit number) with other 50 digit number and i don't have to use biginteger in java. so...
  2. Replies
    3
    Views
    1,034

    arithematic operation on arrays

    can anybody tell me how we can divide an integer array with another integer array..

    Example- 12345/243

    As 12345 will be as
    numberarray[0]=1;
    numberarray[1]=2;
    numberarray[2]=3;...
Results 1 to 2 of 2