Interface precision_mod::rae¶
ClassList > precision_mod > rae
Public Functions¶
| Type | Name |
|---|---|
| logical function | rae_f4 (real(f4), intent(in) a, real(f4), intent(in) b) Real approximately equal: abs(a - b) < tiny(a) __ |
| logical function | rae_f8 (real(f8), intent(in) a, real(f8), intent(in) b) Real approximately equal: abs(a - b) < tiny(a) __ |
Public Functions Documentation¶
function rae_f4¶
Real approximately equal: abs(a - b) < tiny(a) __
function rae_f8¶
Real approximately equal: abs(a - b) < tiny(a) __
The documentation for this class was generated from the following file src/core/Precision_Mod.F90