Skip to content
  • Dan Jabaay's avatar
    Fixing the fuzziness associated with some corner cases in findIndex. · a86ef5f9
    Dan Jabaay authored
    Description:
    The conditions of when the code detects a position below the bottom or
    above the top of an array needed to be modified to account for floating
    point fuzziness.  They previously were not, and a case has surfaced
    where that is an issue.
    
    VERA-dev Issue # - 4351
    a86ef5f9