Hi All,

1) how do I get 40 or more digits out of sqrt?

2) how to I assist those bytes to a 40 (or more)
byte long Buf?

This obviously does not work:

my Num $x = 3.sqrt; my Buf $y = Buf.new($x)

Type check failed in initializing element #0 to Buf; expected uint8 but got Num (1.7320508075688772e0)
  in block <unit> at <unknown file> line 1

Many thanks,
-T

Reply via email to