Hi,

coming back to a proposal from Elias, I have added (experimental) support
for rational numbers in GNU APL. SVN 982.

It has to be enabled explicitly:

./configure RATIONAL_NUMBERS_WANTED=yes

In APL you can display rational numbers by setting ⎕PS[1]:

      ⎕PS←0 22
      2÷3
╔════════════╗
║0.6666666667║
╚════════════╝
      ⎕PS←1 22
      2÷3
╔═══╗
║2÷3║
╚═══╝


(The second item in ⎕PS is a boxing style as in the ]BOXING command).

Best Regards,
Jürgen

Reply via email to