bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] number precision in saved workspaces


From: Xiao-Yong Jin
Subject: [Bug-apl] number precision in saved workspaces
Date: Tue, 7 Jun 2016 01:13:49 -0500

Hello,

Is the following behavior intended?  Note the x value after load.

      )clear
CLEAR WS
      x←.12345678901234567890
      ⎕pp←16
      x
0.1234567890123457
      )wsid tmp
WAS CLEAR WS
      )save tmp
2016-06-07  01:09:15 (GMT-5)
      )clear
CLEAR WS
      )load tmp
SAVED 2016-06-07 01:09:15 (GMT-5)
      x
0.123457
      ⎕pp
16




reply via email to

[Prev in Thread] Current Thread [Next in Thread]