CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
CPMath.cpp File Reference
#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)
 

Function Documentation

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.