libnumerixpp  0.1.3
A Powerful C++ Library for High-Performance Numerical Computing
core.hpp File Reference

Core utils for computer science. More...

#include <string>

Go to the source code of this file.

Namespaces

 computerscience
 Basic Computer science utils.
 

Functions

auto computerscience::convert_decimal_to_binary (int decimal) -> std::string
 convert decimal to binary More...
 
auto computerscience::convert_binary_to_decimal (std::string &binary) -> int
 convert binary to decimal More...
 
auto computerscience::convert_decimal_to_hexadecimal (int decimal) -> std::string
 convert decimal to hexadecimal More...
 
auto computerscience::convert_hexadecimal_to_decimal (std::string &hexadecimal) -> int
 convert hexadecimal to decimal More...
 
auto computerscience::convert_binary_to_hexadecimal (std::string &binary) -> std::string
 convert binary to hexadecimal More...
 
auto computerscience::convert_hexadecimal_to_binary (std::string hexadecimal) -> std::string
 convert hexadecimal to binary More...
 
auto computerscience::humanize_bytes_size (long long bytes, const std::string &suffix="B") -> std::string
 Scale bytes to its proper format. More...
 

Detailed Description

Core utils for computer science.

Authors
alxvdev