summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2001-09-22 21:39:42 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2001-09-22 21:39:42 +0000
commit5437598b36938332d3a0813b4311ec7f700a8db7 (patch)
treed63d0ad85beb0a87403a40cc7035e946200dfffa /NEWS
parentb21cccf315b4a20d19ac064d5b4b98921e57f108 (diff)
downloadguile-5437598b36938332d3a0813b4311ec7f700a8db7.tar.gz
* Makefile.am: Distribute num2float.i.c.
* num2float.i.c: New file, multiply included by numbers.c, used to "templatize" the float <-> num conversion routines. * numbers.c: New functions: scm_num2float, scm_float2num, scm_num2double, scm_double2num.
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]