OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ComplexNumbers.h
Go to the documentation of this file.
1#pragma once
2#include <complex>
3
4namespace ot
5{
6 using complex = std::complex<double>;
7 const std::string g_ImagSerialiseKey = "imag";
8 const std::string g_realSerialiseKey = "real";
9}
10
Definition Connector.h:8
const std::string g_realSerialiseKey
Definition ComplexNumbers.h:8
std::complex< double > complex
Definition ComplexNumbers.h:6
const std::string g_ImagSerialiseKey
Definition ComplexNumbers.h:7