# File ruby/bstream.rb, line 303
        def write_float_array(arg)
          return write_array_gen(arg,T_FLOAT,"e*")
        end