MathUtils
A library of mathematical utilities.
Loading...
Searching...
No Matches
log_factorial_lookup_table.hpp File Reference

table of \(\ln(n!)\) for \(n \in [0, {n_max}]\) More...

#include <cstdint>
Include dependency graph for log_factorial_lookup_table.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

constexpr uint64_t mathutils::LOG_FACTORIAL_LOOKUP_TABLE_SIZE = 201
constexpr double mathutils::LOG_FACTORIAL_LOOKUP_TABLE [201]

Detailed Description

table of \(\ln(n!)\) for \(n \in [0, {n_max}]\)