This turned into a nice way to introduce explicit definiions with multiple
lines.
T is for top, S for side, and A for all the log mantissas.
T=: 0.01*i.10
s=: 13 :'y+0.1*i.50'
S=:s 0
A=: 10^.S+/T
(('10^.x+y');,.S),.(8j2":T);8j4":A
T=: 0.01*i.10
s=: 13 :'y+0.1*i.50'
S=:s 5
A=: 10^.S+/T
(('10^.x+y');,.S),.(8j2":T);8j4":A
Only one change in necessary to get a different page. A perfect example for
comining the two into a single definigion:
LOGS=: 3 : 0
T=: 0.01*i.10
s=: 13 :'y+0.1*i.50'
S=:s y
A=: 10^.S+/T
(('10^.x+y');,.S),.(8j2":T);8j4":A
)
(LOGS 0),.LOGS 5
Now you have the two pages side by side.
Thanks again, Raul!
Linda
T=: 0.01*i.10
s=: 13 :'y+0.1*i.50'
S=:s 5
A=: 10^.S+/T
(('10^.x+y');,.S),.(8j2":T);8j4":A
Only one change in necessary to get a different page. A perfect example for
comining the two into a single definigion:
LOGS=: 3 : 0
T=: 0.01*i.10
s=: 13 :'y+0.1*i.50'
S=:s y
A=: 10^.S+/T
(('10^.x+y');,.S),.(8j2":T);8j4":A
)
(LOGS 0),.LOGS 5
Now you have the two pages side by side.
Thanks again, Raul!
Linda
Sent from AOL Mobile Mail
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm