java code calculating digits of PI
Anyone have any links to code that does this quickly?
More specifically, I'm looking to calculate the hexadecimal digits quickly. So either do that or calculate base 10 and convert them fast.
[I don't need the Bailey-Borwein-Plouffe Algorithm as I don't want individual digits, I want the first 10,000]
cheers for any help

