Determines whether an integer is a bitwise greater than or equal to another.
Fortran 2008 and later
result = bge(i, j)
i - Shall be of integer type.j - Shall be of integer type, and of the same kind as i.The return value is of type logical and of the default kind.