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.67 by root, Fri Feb 20 15:53:36 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
840dependencies on the math library (usually called F<-lm>) - these are 840dependencies on the math library (usually called F<-lm>) - these are
841marked with [-UECB_NO_LIBM]. 841marked with [-UECB_NO_LIBM].
842 842
843=back 843=back
844 844
845=head1 UNDOCUMENTED FUNCTIONALITY
845 846
847F<ecb.h> is full of undocumented functionality as well, some of which is
848intended to be internal-use only, some of which we forgot to document, and
849some of which we hide because we are not sure we will keep the interface
850stable.
851
852While you are welcome to rummage around and use whatever you find useful
853(we can't stop you), keep in mind that we will change undocumented
854functionality in incompatible ways without thinking twice, while we are
855considerably more conservative with documented things.
856
857=head1 AUTHORS
858
859C<libecb> is designed and maintained by:
860
861 Emanuele Giaquinta <e.giaquinta@glauco.it>
862 Marc Alexander Lehmann <schmorp@schmorp.de>
863
864

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines