Sha256: 43ff2925091888f6deb668c031704dcd424ea6ea89801a6bba809cbfea74770c

Contents?: true

Size: 673 Bytes

Versions: 6

Compression:

Stored size: 673 Bytes

Contents

class_name      "SFloat"
class_alias     "Float32"
ctype           "float"

has_math      true
is_bit        false
is_int        false
is_float      true
is_complex    false
is_object     false
is_real       true
is_comparable true

upcast_rb "Integer"
upcast_rb "Float"
upcast_rb "Complex", "SComplex"

upcast "RObject",  "RObject"
upcast "DComplex", "DComplex"
upcast "SComplex", "SComplex"
upcast "DFloat",   "DFloat"
upcast "SFloat",   "SFloat"
upcast "Int64",    "SFloat"
upcast "Int32",    "SFloat"
upcast "Int16",    "SFloat"
upcast "Int8",     "SFloat"
upcast "UInt64",   "SFloat"
upcast "UInt32",   "SFloat"
upcast "UInt16",   "SFloat"
upcast "UInt8",    "SFloat"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
numo-narray-0.9.0.3-x86-mingw32 ext/numo/narray/gen/def/sfloat.rb
numo-narray-0.9.0.3-x64-mingw32 ext/numo/narray/gen/def/sfloat.rb
numo-narray-0.9.0.3 ext/numo/narray/gen/def/sfloat.rb
numo-narray-0.9.0.1-x64-mingw32 ext/numo/narray/gen/def/sfloat.rb
numo-narray-0.9.0.1 ext/numo/narray/gen/def/sfloat.rb
numo-narray-0.9.0.1-x86-mingw32 ext/numo/narray/gen/def/sfloat.rb