CoolProp
4.2.5
An open-source fluid property and humid air property database
|
#include <stdio.h>
#include <string>
#include <sstream>
#include <iostream>
#include <vector>
#include <numeric>
#include <math.h>
#include <stdlib.h>
#include "MatrixMath.h"
Go to the source code of this file.
Functions | |
void | print_string (std::string str) |
double | get_element () |
std::string | bool_to_string (bool b) |
std::string bool_to_string | ( | bool | b | ) |
Definition at line 21 of file CPMath.cpp.
double get_element | ( | ) |
Definition at line 18 of file CPMath.cpp.
void print_string | ( | std::string | str | ) |
Definition at line 15 of file CPMath.cpp.