Le dimanche 06 novembre 2016 à 10:13 -0800, Alberto Barradas a écrit :
> Hi guys,
> Now that `parseint()` got removed for version 0.5, Is `parse()` the
> only way to do this?
>  How could I parse binary into a BigInt? More specifically, I want to
> see the integer number of the arecibo message. (73x23 so 1679 binary
> digits into a big int)
parse() is meant to be called on Julia expressions.
Use parse(Int, ...) or parse(BigInt, ...) depending on your needs.



Regards

Reply via email to