16 #ifndef OPENKALMAN_VALUE_IMAG_HPP 17 #define OPENKALMAN_VALUE_IMAG_HPP 37 template<
typename Arg, std::enable_if_t<value<Arg>,
int> = 0>
42 if constexpr (fixed<Arg>)
54 #endif //OPENKALMAN_VALUE_IMAG_HPP
An operation involving some number of values.
Definition: operation.hpp:69
constexpr auto imag(Arg arg)
A constexpr function to obtain the imaginary part of a (complex) number.
Definition: imag.hpp:40
constexpr bool value
T is numerical value or is reducible to a numerical value.
Definition: value.hpp:31
Definition for values::abs.
Definition: constant_coefficient.hpp:25
Definition for values::number.
Definition: number_traits.hpp:36