Theoretica
Mathematical Library
Loading...
Searching...
No Matches
complex_types.h File Reference

Complex data types definitions. More...

#include <type_traits>
#include "../core/core_traits.h"
#include "../core/constants.h"
#include "./complex.h"

Go to the source code of this file.

Namespaces

namespace  theoretica
 Main namespace of the library which contains all functions and objects.
 

Typedefs

template<typename Type = real>
using theoretica::bicomplex = complex< complex< Type > >
 A bi-complex number.
 

Detailed Description

Complex data types definitions.