Provides math related functionality. More...
#include <cmath>#include <seqan3/std/concepts>#include <stdexcept>#include <seqan3/core/bit_manipulation.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 | |
| 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... | |
Provides math related functionality.