carl  24.04
Computer ARithmetic Library
logging_utils.h File Reference
#include <bitset>
#include <cstdint>
#include <sstream>
Include dependency graph for logging_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 carl
 carl is the main namespace for the library.
 

Functions

template<typename T >
std::string carl::binary (const T &a, const bool &spacing=true)
 Return the binary representation given value as bit string. More...
 
std::string carl::basename (const std::string &filename)
 Return the basename of a given filename. More...