Skip to content

function absmin(E1 &&, E2 &&) expressions

template <typename E1, typename E2>
    requires expression_arguments<E1, E2>
KFR_FUNCTION expression_make_function<fn::absmin, E1, E2> absmin(E1&& x, E2&& y)

Returns the smaller in magnitude of two values. Accepts and returns expressions.

Defined at base/simd_expressions.hpp:406