fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
|
#include <cmath>
Go to the source code of this file.
Classes | |
struct | raptor::logspace::add_fn |
Namespaces | |
namespace | raptor |
namespace | raptor::logspace |
Functions | |
double | raptor::logspace::add (double const log_x, double const log_y) noexcept |
The log of a sum of two log terms. More... | |
template<typename... types> | |
double | raptor::logspace::add (double const log_x, double const log_y, types... logs) noexcept |
The log of a sum of multiple log terms. More... | |
double | raptor::logspace::substract (double const log_x, double const log_y) noexcept |
The log of a difference of two log terms. (log_x - log_y) More... | |
Variables | |
constexpr double | raptor::logspace::ln_2 {0.693147180559945309417232121458176568L} |
constexpr double | raptor::logspace::negative_inf {-std::numeric_limits<double>::infinity()} |