diff options
author | Frank Wuerthwein <fkw@ucsd.edu> | 2009-02-08 22:42:18 +0000 |
---|---|---|
committer | Frank Wuerthwein <fkw@ucsd.edu> | 2009-02-08 22:42:18 +0000 |
commit | 63a0efcb70da81b8d4dbe68745c84e565814fefd (patch) | |
tree | b7faf89412f2459f6c14ff5f42a43d10c43e0cfd | |
parent | 49bc54733a1466d029a271d510ccf220f9fa9947 (diff) |
Update fload description
-rw-r--r-- | doc/lib/binaryXHR_js.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lib/binaryXHR_js.html b/doc/lib/binaryXHR_js.html index ed0b6a0..ed8f767 100644 --- a/doc/lib/binaryXHR_js.html +++ b/doc/lib/binaryXHR_js.html @@ -5,7 +5,7 @@ <TITLE>binaryXHR module</TITLE> <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.0 (Linux)"> <META NAME="CREATED" CONTENT="20090207;18445600"> - <META NAME="CHANGED" CONTENT="20090207;21102900"> + <META NAME="CHANGED" CONTENT="20090208;21102900"> <META NAME="Info 1" CONTENT=""> <META NAME="Info 2" CONTENT=""> <META NAME="Info 3" CONTENT=""> @@ -172,6 +172,7 @@ the binary file.</P> </TD> <TD WIDTH=75%> <P>Return a double float (64 bit little endian) from offset idx.</P> + <P>Return <i>undefined</i> if the value is not a float or is infinity.</P> </TD> </TR> <TR VALIGN=TOP> @@ -182,6 +183,7 @@ the binary file.</P> <P>Return a low resolution (20 bit mantissa) double flat obtained from the high 32 bits of the original little endian double float from offset idx.</P> + <P>Return <i>undefined</i> if the value is not a float or is infinity.</P> </TD> </TR> <TR VALIGN=TOP> |