Function logb¶
function logb(const T1 &) math¶
Returns the unbiased exponent of x as a floating-point value (equivalent to std::logb).
For x equal to zero the result is negative infinity.
| T1 | Input numeric type. |
| x | Input value. |
The exponent of x as flt_type<T1>. |
Fully qualified name: kfr::logb(const T1 &)
Declared at math/log_exp.hpp:124
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.