I am aware the the boost multiprecision library is a headers library.

-Is Boost multiprecision accurately arbitrary precision, ie.
can have its number precisions and scales always made to a larger number,
contingent only to the amount of available OS memory?

-If I want to use boost Boost multiprecision on its own,
what is the name of the Boost .dll or .lib files that have all the headers
in it?  I need a minimal set of files in order to run multiprecision on its own.

?