|
fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
|
Classes | |
| struct | add_fn |
Functions | |
| double | add (double const log_x, double const log_y) noexcept |
| The log of a sum of two log terms. More... | |
| template<typename... types> | |
| double | add (double const log_x, double const log_y, types... logs) noexcept |
| The log of a sum of multiple log terms. More... | |
| double | 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 | ln_2 {0.693147180559945309417232121458176568L} |
| constexpr double | negative_inf {-std::numeric_limits<double>::infinity()} |
|
inlinenoexcept |
The log of a sum of two log terms.
|
noexcept |
The log of a sum of multiple log terms.
|
inlinenoexcept |
The log of a difference of two log terms. (log_x - log_y)
|
constexpr |
|
constexpr |