p j wrote:
> Although it would be great if there was a switch to
> get "bignumber" extremely high precision that's not
> what I'm requesting here.
> 
> I would like a switch that makes J either print the
> right digits or no digits at all.

You've already got that, for the typical case:

   %: 2
1.41421

If you convert a result like this to an arbitrary
precision number, you're going to have to manage
this yourself:

The system does not know your purpose in using an
arbitrary precision number.

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to