I am new to using PARI/GP.
I would like to be able to make certain computations which PARI displays in decimal form (that is fine). But I want in the next step to convert the output to binary form with the same level of precision (I specify) that was used in the original computation.
PARI has a `binary' function but it displays the answer as a boxed sequence. I would like to display the output in ordinary form.
Can somebody advise me as to how this may be accomplished?
Thank you.