|
flippy
a c++20 package for dynamically triangulated membrane simulations.
|
Here we implement the concepts of a floating point number. More...
#include <custom_concepts.hpp>
Here we implement the concepts of a floating point number.
This concept is equivalent to std::floating_point. However, not all c++20 compilers implement these features yet. In particular some apple clang versions that are technically c++20 capable.
| T | This concept requires the type T to be a floating point number. |