<div dir="ltr"> Thu, Oct 16, 2008 at 7:40 AM, Bob Ippolito <span dir="ltr"><<a href="mailto:bob@redivi.com">bob@redivi.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Well, the float type in Erlang binaries by itself is big endian, not<br>
native endian. This is a bug in Erlang.<br>
<div><div></div><div class="Wj3C7c"></div></div></blockquote><div><br>This is not a bug. The default for numeric types is big endian. If you want native endian, you must say so:<br><br><<F/native-float>><br><br>
/Bjorn<br></div></div><br>-- <br>Björn Gustavsson, Erlang/OTP, Ericsson AB<br>
</div>