summary refs log tree commit diff
path: root/src/Math/Constants.hpp
blob: 7a712cce0ec0bebf8a1fbfb425c0ce2c886990bd (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "../Common/Sizes.hpp"

namespace Math {

constexpr Real PI = 3.14159265358979323846;
constexpr Real E = 2.71828182845904523536;

}