ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/libecb/ecb.pod
(Generate patch)

Comparing cvsroot/libecb/ecb.pod (file contents):
Revision 1.69 by sf-exg, Sun Feb 22 20:17:20 2015 UTC vs.
Revision 1.70 by root, Tue Sep 1 16:14:42 2015 UTC

736 736
737=item float ecb_binary16_to_float (uint16_t x) [-UECB_NO_LIBM] 737=item float ecb_binary16_to_float (uint16_t x) [-UECB_NO_LIBM]
738 738
739=item float ecb_binary32_to_float (uint32_t x) [-UECB_NO_LIBM] 739=item float ecb_binary32_to_float (uint32_t x) [-UECB_NO_LIBM]
740 740
741=item double ecb_binary32_to_double (uint64_t x) [-UECB_NO_LIBM] 741=item double ecb_binary64_to_double (uint64_t x) [-UECB_NO_LIBM]
742 742
743The reverse operation of the previous function - takes the bit 743The reverse operation of the previous function - takes the bit
744representation of an IEEE binary16, binary32 or binary64 number and 744representation of an IEEE binary16, binary32 or binary64 number and
745converts it to the native C<float> or C<double> format. 745converts it to the native C<float> or C<double> format.
746 746

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines