Next
Previous Contents
S-Lang Run-Time Library Reference: Version 1.4.0
John E. Davis,
davis@space.mit.edu
Mon Mar 29 14:38:23 1999
1.
Array Functions
1.1
array_info
1.2
array_map
1.3
array_sort
1.4
init_char_array
1.5
length
1.6
reshape
1.7
transpose
1.8
where
2.
Associative Array Functions
2.1
assoc_delete_key
2.2
assoc_get_keys
2.3
assoc_get_values
2.4
assoc_key_exists
3.
Functions that Operate on Strings
3.1
Sprintf
3.2
create_delimited_string
3.3
extract_element
3.4
is_list_element
3.5
is_substr
3.6
make_printable_string
3.7
sprintf
3.8
str_quote_string
3.9
str_replace
3.10
str_uncomment_string
3.11
strcat
3.12
strchop
3.13
strchopr
3.14
strcmp
3.15
strcompress
3.16
string_match
3.17
string_match_nth
3.18
strlen
3.19
strlow
3.20
strncmp
3.21
strsub
3.22
strtok
3.23
strtrim
3.24
strtrim_beg
3.25
strtrim_end
3.26
strup
3.27
substr
4.
Functions that Manipulate Structures
4.1
_push_struct_field_values
4.2
get_struct_field
4.3
get_struct_field_names
4.4
set_struct_field
4.5
set_struct_fields
5.
Informational Functions
5.1
__get_defined_symbols
5.2
__is_initialized
5.3
_apropos
5.4
_function_name
5.5
get_doc_string_from_file
5.6
is_defined
6.
Mathematical Functions
6.1
Conj
6.2
Imag
6.3
Real
6.4
abs
6.5
acos
6.6
acosh
6.7
asin
6.8
asinh
6.9
atan
6.10
atanh
6.11
cos
6.12
cosh
6.13
exp
6.14
log
6.15
log10
6.16
mul2
6.17
polynom
6.18
set_float_format
6.19
sign
6.20
sin
6.21
sinh
6.22
sqr
6.23
sqrt
6.24
tan
6.25
tanh
7.
Message and Error Functions
7.1
error
7.2
message
7.3
usage
7.4
verror
7.5
vmessage
8.
Time and Date Functions
8.1
_time
8.2
ctime
8.3
time
9.
Data-Type Conversion Functions
9.1
_slang_guess_type
9.2
_typeof
9.3
atof
9.4
char
9.5
define_case
9.6
double
9.7
int
9.8
integer
9.9
isdigit
9.10
string
9.11
tolower
9.12
toupper
9.13
typecast
9.14
typeof
10.
File I/O Functions
10.1
clearerr
10.2
fclose
10.3
feof
10.4
ferror
10.5
fflush
10.6
fgets
10.7
fgetslines
10.8
fputs
10.9
fread
10.10
fseek
10.11
ftell
10.12
fwrite
10.13
pclose
10.14
popen
11.
Directory Functions
11.1
chdir
11.2
chmod
11.3
chown
11.4
getcwd
11.5
listdir
11.6
lstat_file
11.7
mkdir
11.8
readlink
11.9
remove
11.10
rename
11.11
rmdir
11.12
stat_file
11.13
stat_is
12.
System Call Functions
12.1
errno
12.2
errno_string
12.3
getegid
12.4
geteuid
12.5
getgid
12.6
getpid
12.7
getppid
12.8
getuid
12.9
kill
12.10
setgid
12.11
setpgid
12.12
setuid
12.13
sleep
12.14
system
12.15
umask
12.16
uname
13.
Eval Functions
13.1
autoload
13.2
byte_compile_file
13.3
eval
13.4
evalfile
14.
Module Functions
14.1
get_import_module_path
14.2
import
14.3
set_import_module_path
15.
Debugging Functions
15.1
_clear_error
15.2
_slangtrace
15.3
_trace_function
15.4
_traceback
16.
Stack Functions
16.1
__pop_args
16.2
__push_args
16.3
_pop_n
16.4
_print_stack
16.5
_stk_reverse
16.6
_stk_roll
16.7
_stkdepth
16.8
dup
16.9
exch
16.10
pop
17.
Miscellaneous Functions
17.1
__get_reference
17.2
getenv
17.3
implements
17.4
putenv
Next
Previous Contents