pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
Namespaces | Functions
mod.hpp File Reference
#include <prc/core/value/integer.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< IsInteger< TA > > = 0, If< IsInteger< TB > > = 0>
static constexpr auto pRC::operator% (TA const &a, TB const &b)
 Calculates the modulus of an integer division of two Integers.