Function clog10¶
function clog10(const T1 &) math¶
template <numeric T1>
KFR_FUNCTION T1 clog10(const T1& x) Returns the common (base-10) logarithm of the complex number x
| x | The input complex number |
Fully qualified name: kfr::clog10(const T1 &)
Declared at math/complex_math.hpp:311
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.