I have been searching for an answer of this , but no luck
I am trying to find out a solution to perform the below operation with accuracy of 20 decimal points in PHP
9999999999999999999999999^0.2222
In built functions/GMP/BC Math does not help to do this. In built functions simply fail as the size is limited. GMP and BC math does not accept decimal exponents.
I could figure out some algorithms in stackoverflow which explains how to do this, but limited to the accuracy of the integer part alone.
I even feel that this is impossible with PHP unless we come up with an algorithm to crack this