FuncSketch
Loading...
Searching...
No Matches
complex.h File Reference

Declaration of functions for complex numbers. More...

Include dependency graph for complex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MathFunction func_sketch::math::real_function ()
 Create real function.
MathFunction func_sketch::math::imag_function ()
 Create imag function.
MathFunction func_sketch::math::arg_function ()
 Create arg function.
MathFunction func_sketch::math::conj_function ()
 Create conj function.

Detailed Description

Declaration of functions for complex numbers.

Definition in file complex.h.

Function Documentation

◆ real_function()

MathFunction func_sketch::math::real_function ( )
nodiscard

Create real function.

Returns
Function.

Definition at line 29 of file complex.cpp.

◆ imag_function()

MathFunction func_sketch::math::imag_function ( )
nodiscard

Create imag function.

Returns
Function.

Definition at line 35 of file complex.cpp.

◆ arg_function()

MathFunction func_sketch::math::arg_function ( )
nodiscard

Create arg function.

Returns
Function.

Definition at line 41 of file complex.cpp.

◆ conj_function()

MathFunction func_sketch::math::conj_function ( )
nodiscard

Create conj function.

Returns
Function.

Definition at line 47 of file complex.cpp.