OpenKalman
Namespaces | Functions
imag.hpp File Reference

Definition for values::imag. More...

#include "values/concepts/number.hpp"
#include "values/concepts/value.hpp"
#include "values/classes/operation.hpp"
Include dependency graph for imag.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman::values
 Definition for values::abs.
 

Functions

template<typename Arg , std::enable_if_t< value< Arg >, int > = 0>
constexpr auto OpenKalman::values::imag (Arg arg)
 A constexpr function to obtain the imaginary part of a (complex) number. More...
 

Detailed Description

Definition for values::imag.