>>  <<  Ndx  Usr  Pri  JfC  LJ  Phr  Dic  Rel  Voc  !:  wd  Help  Release

u/.!.t Implemented
initial writing: 2000-06-30
last updated: 2000-06-30

A comparison tolerance can now be specified to /. (key), thus: u/.!.t . For example:
   y=: i.20
   x=: 1+10^-y
   x </. y
+-+-+-+-+-+-+-+-+-+-+--+--+--+--+-----------------+
|0|1|2|3|4|5|6|7|8|9|10|11|12|13|14 15 16 17 18 19|
+-+-+-+-+-+-+-+-+-+-+--+--+--+--+-----------------+
   x </.!.0 y
+-+-+-+-+-+-+-+-+-+-+--+--+--+--+--+--+-----------+
|0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16 17 18 19|
+-+-+-+-+-+-+-+-+-+-+--+--+--+--+--+--+-----------+
   x </.!.1e_13 y
+-+-+-+-+-+-+-+-+-+-+--+--+--+--------------------+
|0|1|2|3|4|5|6|7|8|9|10|11|12|13 14 15 16 17 18 19|
+-+-+-+-+-+-+-+-+-+-+--+--+--+--------------------+


>>  <<  Ndx  Usr  Pri  JfC  LJ  Phr  Dic  Rel  Voc  !:  wd  Help  Release