Complex Numbers.
This module provides types and functions to handle complex numbers.
Variables | |
| constexpr callable_exp_i_ | eve::exp_i = {} |
| Callable object computing exp_iinary part of values. More... | |
| constexpr callable_exp_ipi_ | eve::exp_ipi = {} |
| Callable object computing exp_ipiinary part of values. More... | |
| constexpr callable_i_ | eve::i = {} |
| Callable object computing the pure imaginary ( \(i\)) value. More... | |
| constexpr callable_imag_ | eve::imag = {} |
| Callable object computing imaginary part of values. More... | |
| constexpr callable_polar_ | eve::polar = {} |
| Callable object computing a complex from its polar representatione. More... | |
| constexpr callable_proj_ | eve::proj = {} |
| Callable object computing proj(x). More... | |
| constexpr callable_real_ | eve::real = {} |
| Callable object computing real part of values. More... | |