Switch to edit mode.
Name(s): parse_multiprecision1: {d} = args
2: len = toint(ceil(tofloat(d[1] * 256 + d[2]) / 8.0))
3: bignum = encode_binary(@d[3..len + 1])
4: return {len + 2, bignum}
5: "Last modified by manta (#7165) on Mon Feb 19 13:05:45 2001 MST."