aboutsummaryrefslogtreecommitdiffstats
path: root/math.h
blob: e5b9724146717df7b7893b0398a84f3b9488b627 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (C) 2018 Tomasz Kramkowski <tk@the-tk.com>
 * SPDX-License-Identifier: MIT
 */
#ifndef MATH_H
#define MATH_H

#define PI 3.14159265358979323846

#endif // MATH_H