class AdLint::Cc1::NaN

NOTE: To increase the coverage of the analysis, NaN should not be derived

from NilValueDomain but UnlimitedValueDomain.

Public Instance Methods

nan?() click to toggle source
# File lib/adlint/cc1/domain.rb, line 2808
def nan?
  true
end
to_s() click to toggle source
# File lib/adlint/cc1/domain.rb, line 2812
def to_s
  "(== NaN)"
end