Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: Glish/Tk Up: Predefined Functions and Variables Previous: Function Summary by Category

Alphabetic Summary of Functions

Here we give an index of each function and the page of its description:

abs(x),
§ 10.3, page [*].
acos(x),
§ 10.3, page [*].
active_agents(x),
§ 10.9, page [*].
all(x),
§ 10.3, page [*].
alloc_info(x),
§ 10.10, page [*].
any(x),
§ 10.3, page [*].
arg(x),
§ 10.3, page [*].
argv,
§ 10.11, page [*].
array(init, ... ),
§ 10.3, page [*].
asin(x),
§ 10.3, page [*].
as_boolean(x),
§ 10.2, page [*].
as_byte(x),
§ 10.2, page [*].
as_complex(x),
§ 10.2, page [*].
as_dcomplex(x),
§ 10.2, page [*].
as_double(x),
§ 10.2, page [*].
as_float(x),
§ 10.2, page [*].
as_integer(x),
§ 10.2, page [*].
as_short(x),
§ 10.2, page [*].
as_string(x),
§ 10.2, page [*].
atan(x),
§ 10.3, page [*].
birelay_all( ref agent1, ref agent2 ),
§ 10.9, page [*].
birelay_event(ref agent1, ref agent2, name),
§ 10.9, page [*].
bundle_events(a),
§ 10.9, page [*].
cbind(...),
§ 10.3, page [*].
ceiling(x),
§ 10.2.2, page [*].
client(command,
..., host=F, input=F, suspend=F, ping=F, async=F), § 7.8.1, page [*].
complex(x),
§ 10.3, page [*].
conj(x),
§ 10.3, page [*].
cos(x),
§ 10.3, page [*].
create_agent(),
§ 10.9, page [*].
current_whenever(),
§ 10.9, page [*].
e,
§ 10.11, page [*].
environ,
§ 10.11, page [*].
exp(x),
§ 10.3, page [*].
field_names(x),
§ 10.1, page [*].
flush_events(a),
§ 10.9, page [*].
floor(x),
§ 10.2.2, page [*].
fprintf(x, format, ... ),
§ 8.1.3, page [*].
full_type_name(x),
§ 10.1, page [*].
has_field(x,field),
§ 10.1, page [*].
ind(x),
§ 10.3, page [*].
is_agent(x),
§ 10.1, page [*].
is_asciifile(x),
§ 8.4, page [*].
is_boolean(x),
§ 10.1, page [*].
is_byte(x),
§ 10.1, page [*].
is_complex(x),
§ 10.1, page [*].
is_const(x),
§ 10.1, page [*].
is_dcomplex(x),
§ 10.1, page [*].
is_defined(x),
§ 10.6, page [*].
is_double(x),
§ 10.1, page [*].
is_fail(x),
§ 10.1, page [*].
is_file(x),
§ 8.1.1, page [*].
is_float(x),
§ 10.1, page [*].
is_function(x),
§ 10.1, page [*].
is_integer(x),
§ 10.1, page [*].
is_modifiable(x),
§ 10.1, page [*].
is_nan(x),
§ 10.1, page [*].
is_numeric(x),
§ 10.1, page [*].
is_record(x),
§ 10.1, page [*].
is_regex(x),
§ 4.9.7, page [*].
is_short(x),
§ 10.1, page [*].
is_string(x),
§ 10.1, page [*].
last_whenever_executed(x),
§ 10.9, page [*].
len(...),
§ 10.3, page [*].
length(...),
§ 10.3, page [*].
ln(x),
§ 10.3, page [*].
log(x),
§ 10.3, page [*].
max(...),
§ 10.3, page [*].
min(...),
§ 10.3, page [*].
nth_arg(n, ...),
§ 6.4.4, page [*].
num_args(...),
§ 6.4.4, page [*].
order(x),
§ 10.3, page [*].
paste(...,sep=' '),
§ 10.5.1, page [*].
pi,
§ 10.11, page [*].
printf(format, ... ),
§ 8.2, page [*].
prod(...),
§ 10.3, page [*].
random(),
§ 10.4, page [*].
random(n),
§ 10.4, page [*].
random(start,stop),
§ 10.4, page [*].
range(...),
§ 10.3, page [*].
rbind(...),
§ 10.3, page [*].
read(file),
§ 8.1.2, page [*].
read_value(file),
§ 8.3, page [*].
readline( ),
§ 8.2, page [*].
relay(src, src_name, ref dest, dest_name="*"),
§ 10.9, page [*].
relay_all(src, ref dest),
§ 10.9, page [*].
rep(value,count),
§ 10.3, page [*].
script,
§ 10.11, page [*].
seq(x),
§ 10.3, page [*].
seq(x,y),
§ 10.3, page [*].
seq(x,y,z),
§ 10.3, page [*].
shape(a),
§ 10.3, page [*].
shell(command,
..., host=F, input=F, suspend=F, ping=F, async=F), § 10.9, page [*].
sin(x),
§ 10.3, page [*].
sizeof(x),
§ 10.10, page [*].
sort(x),
§ 10.3, page [*].
sort_pair(x,y),
§ 10.3, page [*].
spaste(...),
§ 10.5.1, page [*].
split(s),
§ 10.5.1, page [*].
split(s,sep),
§ 10.5.1, page [*].
sprintf(format, ... ),
§ 10.5.2, page [*].
sqrt(x),
§ 10.3, page [*].
stat(x),
§ 8.4, page [*].
strlen(str),
§ 10.5.4, page [*].
sum(...),
§ 10.3, page [*].
symbol_delete(name),
§ 10.6, page [*].
symbol_names(),
§ 10.6, page [*].
symbol_names(f),
§ 10.6, page [*].
symbol_set(rec),
§ 10.6, page [*].
symbol_set(name,val),
§ 10.6, page [*].
symbol_value(name),
§ 10.6, page [*].
sync(c),
§ 10.9, page [*].
system,
§ 10.11, page [*].
tan(x),
§ 10.3, page [*].
time(),
§ 10.4, page [*].
to_lower(str),
§ 10.5.3, page [*].
to_upper(str),
§ 10.5.3, page [*].
tr( r1, r2, str ),
§ 10.5.3, page [*].
type_name(x),
§ 10.1, page [*].
unique(x),
§ 10.3, page [*].
whenever_active(index),
§ 10.9, page [*].
whenever_stmts(agent),
§ 10.9, page [*].
write(file, ... ),
§ 8.1.3, page [*].
write_value(value,file),
§ 8.3, page [*].


next up previous contents index
Next: Glish/Tk Up: Predefined Functions and Variables Previous: Function Summary by Category   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15