tex() function problem.



>>>>> "Barton" == Barton Willis <willisb@unk.edu> writes:

    Barton> This might be a bug caused by changes to explode or friends.  We also get
    Barton> an error from tex(0.4).

    Barton> (%i4) :lisp(trace explode texnumformat);
    Barton> (EXPLODE)
    Barton> (%i4) tex(0.4);
    Barton> $$
    1> (TEXNUMFORMAT 0.40000000000000002)
    2> (EXPLODE 0.40000000000000002)

Yes, I get similar errors.  Don't know when or why explode changed,
but I think replacing the call to explode in texnumformat with a call
to exploden takes care of this.

Doesn't fix Chris's problem though.

Ray