MythTV master
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
8#if !defined( M_PI )
9static constexpr double M_PI { 3.14159265358979323846 };
10#endif
11static constexpr float M_PI_F { static_cast<float>(M_PI) };
12
13#endif // GOOMTOOLS_H
static constexpr float M_PI_F
Definition: goom_tools.h:11
static constexpr double M_PI
Definition: goom_tools.h:9