MythTV master
Variables
goom_tools.h File Reference
#include <cinttypes>
#include <cstddef>
#include <cstdlib>
#include <numbers>
Include dependency graph for goom_tools.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static constexpr double M_PI { std::numbers::pi }
 
static constexpr float M_PI_F { std::numbers::pi_v<float> }
 

Variable Documentation

◆ M_PI

constexpr double M_PI { std::numbers::pi }
staticconstexpr

Definition at line 10 of file goom_tools.h.

Referenced by fsurround_decoder::Impl::get_yfs(), Piano::Piano(), and Random_Simis().

◆ M_PI_F

constexpr float M_PI_F { std::numbers::pi_v<float> }
staticconstexpr

Definition at line 12 of file goom_tools.h.

Referenced by genline(), and pretty_move().