Minimum, messy code

This commit is contained in:
2023-12-17 13:33:06 +01:00
parent cc6a6e4a9e
commit 54de6d68b1
9 changed files with 427 additions and 12 deletions

17
include/constants.hpp Normal file
View File

@@ -0,0 +1,17 @@
/** @file constants.hpp
*
* @author Cory Alexander Balaton (coryab)
* @author Janita Ovidie Sandtrøen Willumsen (janitaws)
*
* @version 1.0
*
* @brief Library of constants
*
* @bug No known bugs
* */
#ifndef __CONST__
#define __CONST__
#define I std::complex<double>{0., 1.}
#endif