Definition at line 52 of file Compare_Float_Numbers.f90.
◆ equalto_complex_double()
elemental logical function compare_float_numbers::operator(.equalto.)::equalto_complex_double |
( |
complex(double), intent(in) |
x, |
|
|
complex(double), intent(in) |
y |
|
) |
| |
|
private |
◆ equalto_complex_single()
elemental logical function compare_float_numbers::operator(.equalto.)::equalto_complex_single |
( |
complex(single), intent(in) |
x, |
|
|
complex(single), intent(in) |
y |
|
) |
| |
|
private |
◆ equalto_real_double()
elemental logical function compare_float_numbers::operator(.equalto.)::equalto_real_double |
( |
real(double), intent(in) |
x, |
|
|
real(double), intent(in) |
y |
|
) |
| |
|
private |
◆ equalto_real_single()
elemental logical function compare_float_numbers::operator(.equalto.)::equalto_real_single |
( |
real(single), intent(in) |
x, |
|
|
real(single), intent(in) |
y |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: