Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | scalar |
logical elemental function is_not_zero_r64(scalar)
real(real64), intent(in) :: scalar
is_not_zero_r64 = .not. is_zero(scalar)
end function is_not_zero_r64