|
stator
A math, geometry, and utility library
|
#include <cstddef>#include <cstdlib>#include <cmath>#include <limits>#include <type_traits>Go to the source code of this file.
Namespaces | |
| sym | |
| The stator symbolic math library. | |
Functions | |
Math functions | |
| template<class T > | |
| size_t | sym::subtraction_precision (const T f1, const T f2) |
| Calculate a "precision" for subtraction between two float types. More... | |
| template<class T > | |
| size_t | sym::addition_precision (const T f1, const T f2) |
| Calculate a "precision" for addition between two float types. More... | |
1.8.13