IterFirst syten::select_cutoff_relative | ( | IterFirst | begin, |
IterLast | end | ||
) |
Returns the first element which is smaller than the first element by a factor larger than SYTEN_SMALL_THRESHOLD.
Requires [begin, end)
to be sorted in descending order by absolute value. If *begin
is exactly zero, begin
will be returned immediately.
1e-14
. References abs(), and underThreshold().
Referenced by rank().