Import table in arbitary numerical precision
- To: mathgroup at smc.vnet.net
- Subject: [mg127398] Import table in arbitary numerical precision
- From: Leaf_alpha <wc0546 at gmail.com>
- Date: Sun, 22 Jul 2012 04:31:06 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
Dear everyone, Excuse me, I have a question about importing data from a file by mathematica. If I use something like "Import["D:/test1.txt", "Table"]" the number is limited up to 16 digits precision. Is there anyway to import data as arbitrary precision? If I use "Import["D:/test1.txt", "Data"]" it will not keep the table/matrix form.. I found some relevant post in the mailing list, but seems I didn't get the point... Thank you very much in advance