//ERDDAP/com.cohort.util/ScriptMath2/binaryFindFirstGAE
binaryFindFirstGAE
[JVM]
open fun binaryFindFirstGAE(dar: Array<Double>, x: Double, precision: Int): Int
Find the first element which is >x or almostEqual(precision, x) in an ascending sorted array.
If firstGE >lastLE, there are no matching elements (because the requested range is less than or greater than all the values, or between two adjacent values).