I have to make software to solve this problem: http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=689
Basically, I need to calculate powers of rational numbers, for example 95.123^12 with arbitrary precision.
Is it possible to achieve it with haskell?