|
CoolProp 8.0.0
An open-source fluid property and humid air property database
|
#include "CoolProp/superancillary/superancillary.h"#include "nlohmann/json.hpp"#include "boost/math/tools/toms748_solve.hpp"#include <functional>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | CoolProp |
| namespace | CoolProp::superancillary |
| namespace | CoolProp::superancillary::detail |
Functions | |
| double | CoolProp::superancillary::detail::toms748 (const std::function< double(double)> &f, double a, double b, double fa, double fb, unsigned int bits, std::size_t max_iter) |