carl
24.04
Computer ARithmetic Library
|
#include <bitset>
#include <cstdint>
#include <sstream>
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... | |