Sha256: b2bd4040a97c3cf9ac13c63ab077047d602383d1c29531395056308e81111023
Contents?: true
Size: 328 Bytes
Versions: 52
Compression:
Stored size: 328 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) if System.get_property('platform') != 'APPLE' describe "Float#finite?" do it "returns true if a valid IEEE floating-point number" do (1.5**0xffffffff).finite?.should == false 3.14159.finite?.should == true (-1.0/0.0).finite?.should == false end end end
Version data entries
52 entries across 52 versions & 2 rubygems