ratioSolver / Utils

Just some simple utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utils

This repository contains the source code for a library of utility functions for the C++ programming language. Currently implemented utilities are:

  • Logging macros, including logging capabilities for some containers
  • Cartesian product of containers
  • Combinations of given size from a container
  • Rationals
  • Infinitesimal rationals
  • Memory management utilities (e.g. c_ptr, u_ptr, etc.)

About

Just some simple utilities

License:Apache License 2.0


Languages

Language:C++ 91.3%Language:CMake 8.7%