pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
Namespaces | Functions
fmod.hpp File Reference
#include <cmath>
#include <prc/core/value/float.hpp>
#include <prc/core/value/functions/cast.hpp>
#include <prc/core/value/type_traits.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class TA , class TB , If< IsFloat< TA > > = 0, If< IsFloat< TB > > = 0>
static constexpr auto pRC::fmod (TA const &a, TB const &b)
 Calculates the floating-point remainder of an integer division for two Floats.