SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
MathExtended.h File Reference
#include "Math.h"
#include <array>
#include <cstddef>
Include dependency graph for MathExtended.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sourcepp
 
namespace  sourcepp::math
 
namespace  sourcepp::math::detail
 

Functions

template<std::size_t L>
constexpr double sourcepp::math::chebyshev (double x, const std::array< double, L > &array)
 
constexpr double sourcepp::math::besselI0 (double x)
 
constexpr double sourcepp::math::kaiserWindow (double x, double b)
 

Variables

constexpr std::array< double, 30 > sourcepp::math::detail::besselI0A
 
constexpr std::array< double, 25 > sourcepp::math::detail::besselI0B