summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f29a14ef2..d97db2ee7 100644
--- a/NEWS
+++ b/NEWS
@@ -1208,6 +1208,12 @@ These are conversion functions between the various ANSI C integral
types and Scheme numbers. NOTE: The scm_num2xxx functions don't
accept an inexact argument.
+** New functions: scm_float2num, scm_double2num,
+ scm_num2float, scm_num2double.
+
+These are conversion functions between the two ANSI C float types and
+Scheme numbers.
+
** New number validation macros:
SCM_NUM2{SIZE,PTRDIFF,SHORT,USHORT,INT,UINT}[_DEF]