public interface not_exactly_equal
Are two numbers not exactly equal to each other
Module Procedures
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=real32),
|
intent(in) |
|
|
:: |
a |
|
real(kind=real32),
|
intent(in) |
|
|
:: |
b |
|
Return Value
logical
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=real64),
|
intent(in) |
|
|
:: |
a |
|
real(kind=real64),
|
intent(in) |
|
|
:: |
b |
|
Return Value
logical
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=real128),
|
intent(in) |
|
|
:: |
a |
|
real(kind=real128),
|
intent(in) |
|
|
:: |
b |
|
Return Value
logical
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=real32),
|
intent(in) |
|
|
:: |
a |
|
complex(kind=real32),
|
intent(in) |
|
|
:: |
b |
|
Return Value
logical
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=real64),
|
intent(in) |
|
|
:: |
a |
|
complex(kind=real64),
|
intent(in) |
|
|
:: |
b |
|
Return Value
logical
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=real128),
|
intent(in) |
|
|
:: |
a |
|
complex(kind=real128),
|
intent(in) |
|
|
:: |
b |
|
Return Value
logical