This module contains functions that are not yet implemented or temporary in nature. These functions will be deprecated or moved to other modules in a future release.
. __Authors:__ Joseph Wayne Norton ([`[email protected]`](mailto:[email protected])).'make-polar'/3 | This function is a temporary place holder . |
'make-rational'/2 | This function is a temporary place holder . |
'make-rational'/3 | This function is a temporary place holder . |
'make-real'/2 | This function is a temporary place holder . |
'make-rectangular'/3 | This function is a temporary place holder . |
exact/2 | This function is a temporary place holder . |
inexact/2 | This function is a temporary place holder . |
'make-polar'(X::scm_x(), Y::scm_y(), Env::scmi_denv()) -> scm_z()
This function is a temporary place holder
'make-rational'(X::scm_x(), Env::scmi_denv()) -> scm_q()
This function is a temporary place holder
'make-rational'(N::scm_n(), D::scm_k(), Env::scmi_denv()) -> scm_q()
This function is a temporary place holder
'make-real'(X::scm_x() | {scm_n(), scm_n()}, Env::scmi_denv()) -> scm_x()
This function is a temporary place holder
'make-rectangular'(X::scm_x(), Y::scm_y(), Env::scmi_denv()) -> scm_z()
This function is a temporary place holder
exact(X::scm_x(), Env::scmi_denv()) -> scm_x()
This function is a temporary place holder
inexact(X::scm_x(), Env::scmi_denv()) -> scm_x()
This function is a temporary place holder