Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

e_float Support

This library can be used with e_float (TOMS Algorithm 910) via the header:

<boost/math/bindings/e_float.hpp>

And the type boost::math::ef::e_float: this type is a thin wrapper class around ::e_float which provides the necessary syntactic sugar to make everything "just work".

There is also a concept checking test program for e_float support here.


PrevUpHomeNext