I wrote: > N =: ... > > pow =: ... > exp =: ... > ln =: ... > lb =: ... > spow =: ... > lbI =: ... > lbF =: ... > BFC =: ... > bits =: ... > bit =: ... > itBt =: ...
First: watch out, this came through with significant line-wrap for me. Note that any line below "pow =: ..." which starts at the left margin is a continuation of the comment on the line which precedes it. So, if you an unindented line below "pow", it's easiest to just delete it. Second: I still had some artifacts left around in my session I forgot to clean up before posting this. If you're going to try this code, I suggest you define N first, and then run the rest of the definitions /in reverse order/ (so that the noun BFC is defined before lbF and lb is defined before ln; remember N must be defined first). Sorry for the hassle, -Dan ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
