Next: Storage, Previous: The Language, Up: The Language [Contents][Index]
Scm conforms to the IEEE Standard 1178-1990. IEEE Standard for the Scheme Programming Language. (see Bibliography), and Revised(5) Report on the Algorithmic Language Scheme. All the required features of these specifications are supported. Many of the optional features are supported as well.
- and / of more than 2 argumentsexplogsincostanasinacosatansqrtexptmake-rectangularmake-polarreal-partimag-partmagnitudeangleexact->inexactinexact->exactSee Numerical operations in Revised(5) Scheme.
with-input-from-filewith-output-to-fileSee Ports in Revised(5) Scheme.
loadtranscript-ontranscript-offSee System interface in Revised(5) Scheme.
numeratordenominatorrationalizeSee Numerical operations in Revised(5) Scheme.
delayfull-continuationieee-p1178object-hashrev4-reportsourceSee SLIB file Template.scm.
current-timeSee Time and Date in SLIB.
defmacroSee Defmacro in SLIB.
getenvsystemSee System Interface in SLIB.
hashSee Hashing in SLIB.
logicalSee Bit-Twiddling in SLIB.
multiarg-applySee Multi-argument Apply in SLIB.
multiarg/and-See Multi-argument / and - in SLIB.
rev4-optional-proceduresSee Rev4 Optional Procedures in SLIB.
string-portSee String Ports in SLIB.
tmpnamSee Input/Output in SLIB.
transcriptSee Transcripts in SLIB.
vicinitySee Vicinity in SLIB.
with-fileSee With-File in SLIB.
arraySee Arrays in SLIB.
array-for-eachSee Array Mapping in SLIB.
bignumcomplexinexactrationalrealSee Require in SLIB.
Next: Storage, Previous: The Language, Up: The Language [Contents][Index]