Specifying precision in vector<mpf_class>?

Niels Möller nisse@lysator.liu.se
22 Aug 2003 09:48:39 +0200


gerardo.ballabio@unimib.it (Ballabio Gerardo - Dip. di Scienza dei Materiali) writes:

> Actually, the "default precision" feature would be present in the C
> interface, but missing from the C++ interface. Is this acceptable?

Don't know, I haven't really used mpf. But I do think that it is
acceptable and perhaps even desirable that the C++ interface be
*independent* of the default precision of the C API. The C++ API can
use other less global means of specifying the precision for its
objects.

Regards,
/Niels