hideki-san has asked for the wisdom of the Perl Monks concerning the following question:
After processing $righteq, the array looks like this:$righteq examples: +++-+++t^n+++f^n+e^(t-123.22) or t^n+--++-+f^n++e^(t-123.22)++ or +++++---+t^n+f^n+++e^(t-123.22)-
$remaining[0] is "t^n" $remaining[1] is "f^n" $remaining[2] is "e^(t-123.22)"
edited: Mon May 5 01:41:45 2003 by jeffa - code tags (no br tags)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: find, then store functions into array problem
by pfaut (Priest) on May 04, 2003 at 22:57 UTC | |
by hideki-san (Initiate) on May 04, 2003 at 23:28 UTC | |
|
Re: find, then store functions into array problem
by Zaxo (Archbishop) on May 04, 2003 at 22:42 UTC |