Antkeeper
0.0.1
|
#include <cmath>
#include <concepts>
Go to the source code of this file.
Namespaces | |
math | |
Mathematical functions and data types. | |
Functions | |
template<std::floating_point T> | |
T | math::fract (T x) |
Returns the fractional part of a floating-point number. More... | |