<div dir="ltr"># ./erl<br>Eshell V5.6.4  (abort with ^G)<br>1> <<1.0:64/float>>.<br><<0,0,0,0,63,240,0,0>><br>2> <<1.0:64/native-float>>.<br><<0,0,240,63,0,0,0,0>><br><br>
<br><div class="gmail_quote">2008/10/16 Bob Ippolito <span dir="ltr"><<a href="mailto:bob@redivi.com">bob@redivi.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, Oct 15, 2008 at 11:28 PM, Bjorn Gustavsson<br>
<<a href="mailto:bgustavsson@gmail.com">bgustavsson@gmail.com</a>> wrote:<br>
>  Thu, Oct 16, 2008 at 7:40 AM, Bob Ippolito <<a href="mailto:bob@redivi.com">bob@redivi.com</a>> wrote:<br>
>><br>
>> Well, the float type in Erlang binaries by itself is big endian, not<br>
>> native endian. This is a bug in Erlang.<br>
><br>
> This is not a bug. The default for numeric types is big endian. If you want<br>
> native endian, you must say so:<br>
><br>
> <<F/native-float>><br>
<br>
</div>No, this is a bug. <<F/float>> on his platform is not returning big endian.<br>
<font color="#888888"><br>
-bob<br>
</font></blockquote></div><br></div>