File: infinity.rb

package info (click to toggle)
ruby-backports 3.25.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,912 kB
  • sloc: ruby: 11,759; makefile: 6
file content (3 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (7)
1
2
3
unless Float.const_defined? :INFINITY
  Float::INFINITY = 1.0/0.0
end