(scm_i_print_complex, icmplx2str): New.
(iflo2str): Use icmplx2str for complex numbers.
This commit is contained in:
parent
cbdc837976
commit
7a1aba42cf
2 changed files with 30 additions and 14 deletions
|
|
@ -284,6 +284,7 @@ SCM_API int scm_i_print_fraction (SCM sexp, SCM port, scm_print_state *pstate);
|
|||
|
||||
/* general internal functions */
|
||||
SCM_API void scm_i_print_double (double val, SCM port);
|
||||
SCM_API void scm_i_print_complex (double real, double imag, SCM port);
|
||||
|
||||
/* conversion functions for integers */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue