C:\_32>perl -MMath::MPFR=":mpfr" -le "Rmpfr_set_default_prec(1024001);$x = Math::MPFR->new(2); $x **= 1024000; print $x;" >out.txt