SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
math.hpp File Reference

Provides math related functionality. More...

#include <seqan3/std/bit>
#include <cassert>
#include <cmath>
#include <seqan3/std/concepts>
#include <stdexcept>
#include <seqan3/core/platform.hpp>
+ Include dependency graph for math.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 

Functions

template<typename base_t , std::unsigned_integral exp_t>
base_t seqan3::pow (base_t base, exp_t exp)
 Computes the value of base raised to the power exp. More...
 

Detailed Description

Provides math related functionality.

Author
Enrico Seiler <enrico.seiler AT fu-berlin.de>