(scm_round, scm_truncate): Renamed to scm_c_round and scm_c_truncate;
[bpt/guile.git] / libguile / deprecated.h
index e91f22a..f9f500e 100644 (file)
@@ -382,6 +382,12 @@ SCM_API scm_t_signed_bits SCM_INUM (SCM obj);
   } while (0)
 
 
+/* Deprecated because the names belong to what is now
+   scm_truncate_number and scm_round_number.
+*/
+SCM_API double scm_truncate (double x);
+SCM_API double scm_round (double x);
+
 void scm_i_init_deprecated (void);
 
 #endif