I remember from a long time ago reading a paper regarding the solution of quintic polynomial equations using hypergeometric functions. In particular, the methods are based around the solution of the so-called "Bring quintic form"
$$t^5 - t - \rho = 0$$
which has a solution
$$t = -\rho\ _4F_3\left(\frac{1}{5}, \frac{2}{5}, \frac{3}{5}, \frac{4}{5}; \frac{1}{2}, \frac{3}{4}, \frac{5}{4}; \frac{3125}{256} \rho^4\right).$$
However, the paper also mentioned that to solve the general quintic form
$$x^5 + ax^4 + bx^3 + cx^2 + dx + e = 0$$
you need "a piece of paper as big as a large asteroid" to write down all the formula, which is extraordinary, given that the first four degrees, while large, are not that large. Now I don't know how big a "large asteroid" is supposed to be, but if presumably that's, say, 10 km across, and treating that asteroid as a sphere, we're looking at a surface area of about 523 km^2 or somewhere around 8 billion sheets of A4 paper, using one side only, so 4 billion sheets if using both sides and, thus, if the latter were bound into 800-page (400 sheet), thus rather thick, books, 10 million such books, which is also over three times as many books as in the whole Library of Congress, most of which are not so big and thick! And not even my computer's hard disk could store that much - it sounds like quite a few TB of data, and I have only about 1-2 TB total of hard disk storage on my machine with all drives pooled. And certainly no easily affordable computer could have stored it at the time that paper was written - a small disk farm would have been needed.
And what I am wondering about is: can one do better than this? I note that the method commonly employed to reduce the quintic to the Bring form, which involves taking a "resultant" of the quintic with a quartic, can also be used to solve a cubic, and when that is done (using a quadratic, to reduce to a perfect cube), the resulting formula is considerably more "wordy" than the traditional Cardano cubic formula. And thus that suggests to me a sort of inefficiency in the method. So is there a way to improve upon it and make it maybe, if not necessarily "small", then at least small enough that it could fit in, say, one book, with everything plugged together?
It would also be acceptable, by the way, to not entirely plug it together, but to just write $\rho$ as a function of $a$, $b$, $c$, $d$, and $e$, together with $t$ (already given) and how to derive $x$ from $t$ - so long as both of those (for $\rho$ and $x$) are all, of course, plugged together themselves. Though if the Bring form must be abandoned altogether, that is fine too, so long as we don't need to introduce functions beyond a suitable complexity level, e.g. equivalent to inverting fixed polynomials with no free parameters.