Skip to content

function logb(E1 &&) base

template <expression_argument E1>
KFR_FUNCTION expression_make_function<fn::logb, E1> logb(E1&& x)

Returns the rounded binary (base-2) logarithm of the x. Version that accepts and returns expressions.

Defined at base/math_expressions.hpp:464