OpenKalman
|
Definition for values::imag. More...
#include "values/concepts/number.hpp"
#include "values/concepts/value.hpp"
#include "values/classes/operation.hpp"
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... | |
Definition for values::imag.