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