MythTV
master
mythtv
libs
libmythtv
visualisations
goom
goom_tools.h
Go to the documentation of this file.
1
#ifndef GOOMTOOLS_H
2
#define GOOMTOOLS_H
3
4
#include <cinttypes>
5
#include <cstddef>
6
#include <cstdlib>
7
#include <numbers>
8
9
#if !defined( M_PI )
10
static
constexpr
double
M_PI
{ std::numbers::pi };
11
#endif
12
static
constexpr
float
M_PI_F
{ std::numbers::pi_v<float> };
13
14
#endif
// GOOMTOOLS_H
M_PI_F
static constexpr float M_PI_F
Definition:
goom_tools.h:12
M_PI
static constexpr double M_PI
Definition:
goom_tools.h:10
Generated on Thu Sep 10 2026 03:22:16 for MythTV by
1.9.4