Assert if two numbers are equal.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x1 |
First number to be compared. |
||
real(kind=dp), | intent(in) | :: | x2 |
Second number to be compared. |
||
integer(kind=int32), | intent(in) | :: | n |
Number of digits. |
Comparison result.