|  | 
|  | 
| back to board | Format Problem!!! How Can I show the longest value with all digits.Now I show for n=3000  1.32207e+477
 I use long double.
 somebody can help me????
You may use BigInteger in Java (-)Re: You may use BigInteger in Java (-) and in C++???Re: Format Problem!!! Posted by alisher  13 Feb 2007 21:49use extendedRe: Format Problem!!! Use array friend, write your own multiply function.Timus array max size = 64 K (or i may wrong)
 which means you can create char array[64000]
 store up to 64K digit
 
 Edited by author 16.04.2007 20:37
 
 Edited by author 16.04.2007 20:56
Re: Format Problem!!! size of array is not limited. if you need you can create array of any size.
 you must to implemet your own multiplication.
 algorithm is the same as you do it in your exercise book
Re: Format Problem!!! if in pascalyou can use extended
 | 
 | 
|