@@@ fltfmt mess
[mLib] / utils / maths.h
index 37227e9..fe33e8b 100644 (file)
 
 #include <math.h>
 
+#ifndef MLIB_BITS_H
+#  include "bits.h"
+#endif
+
 /*----- Macros provided ---------------------------------------------------*/
 
 /* --- @NANP@ --- *
@@ -82,6 +86,8 @@
 #  define NEGP(x) ((x) < 0)
 #endif
 
+/*----- Floating-point encoding and decoding ------------------------------*/
+
 /*----- That's all, folks -------------------------------------------------*/
 
 #ifdef __cplusplus