Test if a
is divisible by b
, where a
and b
are both reals.
(KCW, 2024-05-25)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(in) | :: | a | |||
real(kind=real32), | intent(in) | :: | b |
Test if a
is divisible by b
, where a
and b
are both reals.
(KCW, 2024-05-25)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | a | |||
real(kind=real64), | intent(in) | :: | b |