Check if a value belongs to a set within a certain tolerance . If is not specified, it will automatically calculated using the function
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | x | |||
real(kind=real64), | dimension(:) | :: | A | |||
real(kind=real64), | optional | :: | eps |
|