|  | 
|  | 
| вернуться в форум | How to output extended? Послано Snetch  21 дек 2007 23:52For n=3000 my program outputs 1.3220708194808066E+0477. Any idea about how to print it digit by digit?Re: How to output extended? Extended can store only 18 digits. So, to AC this problem you should use long arithmetics.Re: How to output extended? extended type can store not more 18 significant digits soyou should use long arithmetic here
 
 ))sorry too late
 
 Edited by author 22.12.2007 01:17
Re: How to output extended? Послано Snetch  22 дек 2007 06:42Thanks, got AC. | 
 | 
|