numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
pow_pos_int.h File Reference

Definition of pow_pos_int function. More...

+ Include dependency graph for pow_pos_int.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::constants
 Namespace of constexpr variables and functions.
 
namespace  num_collect::constants::impl
 Namespace of internal implementations.
 

Functions

template<typename T , typename I >
constexpr auto num_collect::constants::impl::pow_pos_int (T base, I exp) -> T
 Calculate the value of base raised to the power exp.
 

Detailed Description

Definition of pow_pos_int function.

Definition in file pow_pos_int.h.