|
bpp-phyl3 3.0.0
|
#include <Bpp/Exceptions.h>#include <Eigen/Core>#include <cmath>#include <iostream>#include <limits>#include <string>
Include dependency graph for ExtendedFloat.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | bpp |
| Defines the basic types of data flow nodes. | |
| namespace | Eigen |
Functions | |
| template<typename T > | |
| constexpr T | bpp::constexpr_power (T d, int n) |
| int | bpp::powi (int base, unsigned int exp) |
| std::ostream & | bpp::operator<< (std::ostream &os, const ExtendedFloat &ef) |
| std::string | bpp::to_string (const ExtendedFloat &ef) |
| double | bpp::log (const ExtendedFloat &ef) |
| ExtendedFloat | bpp::operator* (const double &lhs, const ExtendedFloat &rhs) |
| ExtendedFloat | bpp::operator- (const double &lhs, const ExtendedFloat &rhs) |
| ExtendedFloat | bpp::operator+ (const double &lhs, const ExtendedFloat &rhs) |
| ExtendedFloat | bpp::operator/ (const double &lhs, const ExtendedFloat &rhs) |
| ExtendedFloat | bpp::pow (const ExtendedFloat &ef, double exp) |
| ExtendedFloat | bpp::exp (const ExtendedFloat &ef) |
| ExtendedFloat | bpp::abs (const ExtendedFloat &ef) |
| double | bpp::convert (const bpp::ExtendedFloat &ef) |