in reply to Re: Opposite of strtol?
in thread Opposite of strtol?
</plug>perl -MMath::GMPz=":mpz" -wle "print Rmpz_get_str(Math::GMPz->new(54), + 13)"
There are other modules, too, that one could use, but these are the only modules I know of that use the gmp library for the task.perl -MMath::GMP=":constant" -wle "print Math::GMP::get_str_gmp(54, 13 +)"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Opposite of strtol?
by ambrus (Abbot) on Jun 22, 2009 at 08:21 UTC |