I am looking for a way of storing really precise and also really large numbers in java. I want something like a double, but ideally with a few hundred bytes instead of only 8. I would like to be able to evaluate trig functions and things more complicated than basic arithmetic with this level of accuracy.
This isn't that important, but I would like to know if this is possible.