binary_search_larger: Binary search - Larger

View source: R/RcppExports.R

binary_search_largerR Documentation

Binary search - Larger

Description

Find index of first value larger than x in a sorted array

Usage

binary_search_larger(v, data)

Arguments

v

- sorted vector instance

data

- value to search

Value

index of first value larger than data -1, -1 otherwise


icmstate documentation built on April 3, 2025, 8:06 p.m.