MCKL
Monte Carlo Kernel Library
Static Public Attributes | List of all members
mckl::internal::PowL< B, N, bool > Class Template Reference

#include <mckl/internal/const_math.hpp>

Static Public Attributes

static constexpr unsigned long long value = b * b
 

Detailed Description

template<unsigned long long B, unsigned N, bool = N % 2 == 0>
class mckl::internal::PowL< B, N, bool >

Definition at line 105 of file const_math.hpp.

Member Data Documentation

◆ value

template<unsigned long long B, unsigned N, bool = N % 2 == 0>
constexpr unsigned long long mckl::internal::PowL< B, N, bool >::value = b * b
static

Definition at line 110 of file const_math.hpp.