5 lines
122 B
Text
5 lines
122 B
Text
digits =: ,.&.":
|
|
polymult =: +//.@(*/)
|
|
buildDecimal=: 10x&#.
|
|
|
|
longmult=: buildDecimal@polymult&digits
|