Theoretica
A C++ numerical and automatic mathematical library
complex_analysis.h File Reference

Functions of complex variable. More...

#include "./complex.h"
#include "../core/real_analysis.h"

Go to the source code of this file.

Namespaces

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

Functions

template<typename T >
complex< T > theoretica::identity (complex< T > z)
 Complex identity. More...
 
template<typename T >
complex< T > theoretica::conjugate (complex< T > z)
 Compute the conjugate of a complex number. More...
 
template<typename T >
complex< T > theoretica::inverse (complex< T > z)
 Compute the conjugate of a complex number. More...
 
template<typename T >
complex< T > theoretica::square (complex< T > z)
 Compute the square of a complex number. More...
 
template<typename T >
complex< T > theoretica::cube (complex< T > z)
 Compute the cube of a complex number. More...
 
template<typename T >
complex< T > theoretica::exp (complex< T > z)
 Compute the complex exponential. More...
 
template<typename T >
real theoretica::abs (complex< T > z)
 Return the modulus of a complex number. More...
 
template<typename T >
complex< T > theoretica::sin (complex< T > z)
 Computer the complex sine. More...
 
template<typename T >
complex< T > theoretica::cos (complex< T > z)
 Compute the complex cosine. More...
 
template<typename T >
complex< T > theoretica::tan (complex< T > z)
 Compute the complex tangent. More...
 
template<typename T >
complex< T > theoretica::sqrt (complex< T > z)
 Compute the complex square root. More...
 
template<typename T >
complex< T > theoretica::ln (complex< T > z)
 Compute the complex logarithm. More...
 
template<typename T >
complex< T > theoretica::asin (complex< T > z)
 Compute the complex arcsine. More...
 
template<typename T >
complex< T > theoretica::acos (complex< T > z)
 Compute the complex arccosine. More...
 
template<typename T >
complex< T > theoretica::atan (complex< T > z)
 Compute the complex arctangent. More...
 

Detailed Description

Functions of complex variable.