# File lib/color.rb, line 41
def
near_zero_or_less?
(
value
) (
value
<
0
.0
or
near_zero?
(
value
))
end