bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] ⍕ not respect ⎕PP at some cases


From: Juergen Sauermann
Subject: Re: [Bug-apl] ⍕ not respect ⎕PP at some cases
Date: Fri, 24 Jun 2016 14:13:32 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Xiao-Yong,

thanks, fixed in SVN 753.

/// Jürgen


On 06/24/2016 04:11 AM, Xiao-Yong Jin wrote:
Here is a peculiar case,

      ⎕PP
17
      {⍕'PI',○2}
PI 6.2831853071795862
      {⍕'PI' '2PI',[1.5]○1 2}
 PI  3.141592654 
 2PI 6.283185307 
      'PI' '2PI',[1.5]○1 2
 PI  3.1415926535897931 
 2PI 6.2831853071795862



reply via email to

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