Jacques Gélinas on Tue, 01 Nov 2016 15:38:36 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Windows gp64 writebin creates unreadable file for \p174
|
- To: "pari-dev@pari.math.u-bordeaux.fr" <pari-dev@pari.math.u-bordeaux.fr>
- Subject: Windows gp64 writebin creates unreadable file for \p174
- From: Jacques Gélinas <jacquesg00@hotmail.com>
- Date: Tue, 1 Nov 2016 14:38:27 +0000
- Accept-language: en-US
- Authentication-results: pari.math.u-bordeaux.fr; dkim=none (message not signed) header.d=none;pari.math.u-bordeaux.fr; dmarc=none action=none header.from=hotmail.com;
- Delivery-date: Tue, 01 Nov 2016 15:38:36 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hotmail.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=s3VmJwdu6Y9ZGYybBqAC1NgXiDAqyjUXHOuDEw0YS8c=; b=W9BQwg8u1dtr4QDY/ypurnocs8oto/ZAoerSVaOnetrwLNggLGRqyD/lWPNs09anClnicVfr+Djn+XC+njpl0Ey9zEn1WZhhc81HvbbbxqepjHMWCs2tZXedj8eyZ7aQXSlD5vJL/eXrhFH0ieTH2GmNZeb2zDBy1wwf6DGs9FV+1oX9PK1cMtj09cTwKhexuGVXMIgG/PoPU07hsp2Jtt4IomgmDut1ZxPmsiL/qYFgO3BwvWXKhf4QaKqV1yRUke5rya8/outbwZ3+XsMBhjM06WcQbji4bgM6/qsJYco855GY9aZc80/blIS17upGxshBmYjbraNbKg9xNIfboQ==
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
- Thread-index: AQHSNEy/8lyfYxHssU6nkfythWK4QQ==
- Thread-topic: Windows gp64 writebin creates unreadable file for \p174
1. On my laptop running Windows 8.1-64 and Pari 2.7-64 or 2.8-64,
binary files become unreadable if reals use 10 words or more.
GP/PARI CALCULATOR Version 2.8.1 (beta)
amd64 running mingw (x86-64/GMP-6.0.0 kernel) 64-bit version
\\---------------------------------------start copy
default(secure,0)
\p173
\\ realprecision = 173 significant digits
#1.
\\ 9
writebin("173-lg2",log(2));log(2)==read("173-lg2")
\\ 1
\p174
\\ realprecision = 192 significant digits (174 digits displayed)
#1.
\\ 10
writebin("174-7",1/7.);1/7.==read("174-7")
\\ 1
writebin("174-lg2",log(2));log(2)==read("174-lg2")
\\ *** at top-level: ...174-lg2",log(2));log(2)==read("174-lg2")
\\ *** ^---------------
\\ *** read: error opening input file [fread]: `FILE*'.
\\---------------------------------------end paste
2. Possible addition: a "writedir" default to specify where
the write, writebin, psplot output files go.
Thanks,
Jacques Gélinas