Skip to content

gaggenwaschke/SetsAndIntervals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A library to make C++ understand math

gcc-11 gcc-12 clang-13 clang-14

Features

This library is build on C++ std lib types. The library currently supports the following features, with point of customization for each:

  • Sets (currently using std::tuple, but as sets. Maybe I will properly redefine sets and tuples later.)
  • Element of
  • Subsets
  • Countability
  • Infinity (infinite sets)
  • Iterating finite and infinite sets

About

Definitions for mathematical sets and intervals with C++20

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages