diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-08-03 15:03:35 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-08-03 15:03:35 +0000 |
commit | 55f26379b337e51e734ccd5bd9ad935cdc9b33a0 (patch) | |
tree | d453143b51d76be58966b1e3a2906f645d8b1af8 /srfi/srfi-4.c | |
parent | c165cd437c11e8d9a436d9182a7090f3757fd936 (diff) | |
download | guile-55f26379b337e51e734ccd5bd9ad935cdc9b33a0.tar.gz |
(scm_is_rational): New.
(scm_i_short2big, scm_i_int2big, scm_i_uint2big, scm_i_size2big,
scm_i_ptrdiff2big, scm_i_long_long2big, scm_i_ulong_long2big):
Removed prototypes.
(scm_make_real, scm_num2dbl, scm_float2num, scm_double2num):
Discouraged by moving to discouraged.h and discouraged.c.
Replaced all uses with scm_from_double.
(scm_num2float, scm_num2double): Discouraged by moving prototype
to discouraged.h and rewriting in terms of scm_to_double.
Replaced all uses with scm_to_double.
(scm_to_double): Do not implement in terms of scm_num2dbl, use
explicit code.
(scm_from_double): Do not implement in terms of scm_make_real, use
explicit code.
Diffstat (limited to 'srfi/srfi-4.c')
0 files changed, 0 insertions, 0 deletions