Skip to content

Latest commit

 

History

History
122 lines (62 loc) · 3.56 KB

scmtmp.md

File metadata and controls

122 lines (62 loc) · 3.56 KB

Module scmtmp

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])).

Function Index

'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

.

Function Details

'make-polar'/3


'make-polar'(X::scm_x(), Y::scm_y(), Env::scmi_denv()) -> scm_z()



This function is a temporary place holder

'make-rational'/2


'make-rational'(X::scm_x(), Env::scmi_denv()) -> scm_q()



This function is a temporary place holder

'make-rational'/3


'make-rational'(N::scm_n(), D::scm_k(), Env::scmi_denv()) -> scm_q()



This function is a temporary place holder

'make-real'/2


'make-real'(X::scm_x() | {scm_n(), scm_n()}, Env::scmi_denv()) -> scm_x()



This function is a temporary place holder

'make-rectangular'/3


'make-rectangular'(X::scm_x(), Y::scm_y(), Env::scmi_denv()) -> scm_z()



This function is a temporary place holder

exact/2


exact(X::scm_x(), Env::scmi_denv()) -> scm_x()



This function is a temporary place holder

inexact/2


inexact(X::scm_x(), Env::scmi_denv()) -> scm_x()



This function is a temporary place holder