On both J504 and J601, dyad ": sometimes does not round properly on some numbers, eg.
   0j2 ":  0.295
0.29
   0j3 ":  0.2995
0.299

incidentally 8!:x family of J601 does not have this problem,
   '0.2' (8!:0) 0.295
+----+
|0.30|
+----+
   '0.2' (8!:1) 0.295
+----+
|0.30|
+----+
   '0.2' (8!:2) 0.295
0.30
   '0.3' (8!:2) 0.2995
0.300

--
regards,
bill
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to