I'm trying to construct an example using Fit (!.) to customize a given primitive (e.g. =) to set its tolerance. Try as I might I cannot get variants of this to work:
T=: 0.001 2 =!.T 2.0001 |domain error | 2 =!.T 2.0001 What am I doing wrong? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm