Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
binary_search_first_ge_real
Function
33 statements
Source File
util_mod_numerical.F90
util_mod_numerical_real
binary_search_first_ge_real
Contents
public pure function binary_search_first_ge_real(arr, val, ind_change, offset) result(pos)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=sp),
intent(in)
::
arr
(:)
real(kind=sp),
intent(in)
::
val
integer,
intent(in),
optional
::
ind_change
real(kind=sp),
intent(in),
optional
::
offset
Return Value
integer
Contents