FV3 Bundle
compare_float_numbers::operator(.greaterthan.) Interface Reference

Private Member Functions

elemental logical function is_greater_than_single (x, y)
 
elemental logical function is_greater_than_double (x, y)
 

Detailed Description

Definition at line 59 of file Compare_Float_Numbers.f90.

Member Function/Subroutine Documentation

◆ is_greater_than_double()

elemental logical function compare_float_numbers::operator(.greaterthan.)::is_greater_than_double ( real(double), intent(in)  x,
real(double), intent(in)  y 
)
private

Definition at line 228 of file Compare_Float_Numbers.f90.

◆ is_greater_than_single()

elemental logical function compare_float_numbers::operator(.greaterthan.)::is_greater_than_single ( real(single), intent(in)  x,
real(single), intent(in)  y 
)
private

Definition at line 217 of file Compare_Float_Numbers.f90.


The documentation for this interface was generated from the following file: