Minimum, messy code
This commit is contained in:
parent
cc6a6e4a9e
commit
54de6d68b1
9 changed files with 427 additions and 12 deletions
19
include/literals.hpp
Normal file
19
include/literals.hpp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/** @file literals.hpp
|
||||
*
|
||||
* @author Cory Alexander Balaton (coryab)
|
||||
* @author Janita Ovidie Sandtrøen Willumsen (janitaws)
|
||||
*
|
||||
* @version 1.0
|
||||
*
|
||||
* @brief Useful literals
|
||||
*
|
||||
* @bug No known bugs
|
||||
* */
|
||||
#ifndef __LITERALS__
|
||||
#define __LITERALS__
|
||||
|
||||
#include <complex>
|
||||
|
||||
std::complex<double> operator ""_i(long double magnitude);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue