Sha256: 1ba3952ceff1dee569c15f33381c87f1a9daccfbc567f9b29cfb2183c602b167
Contents?: true
Size: 557 Bytes
Versions: 22
Compression:
Stored size: 557 Bytes
Contents
# Test number literals and some datatypes 2 <#is> "The integer 2". 00002 <#is> "The integer 2 expressed with leading zeroes". -2 <#is> "The integer -2". 0 <#is> "Zero". 2.0 <#is> "The number 2.0". 2.0000 <#is> "The number 2.0 expressed with extra trailing zeroes". # 2/3 <#is> "The raional number 2/3". 2.0e3 <#is> "The double precision floating point 2.0e3". "Le chat"@fr <#is> "The french phrase 'Le chat'". "800/600"^^<http://example.com/types#rational> <#is> "800/600 with datatype http://example.com/types#rational". #ends
Version data entries
22 entries across 22 versions & 2 rubygems