Search ('all' for everything):
Search results:
Span — span a set of characters

Index of Function Types:
affects &pos
character sets
co-expressions
control structures
file processing
generators
infix operations
keywords
lists, sets and tables
math
metadata
output formatting
pattern matching
prefix operations
records
strings
windows and keyboards

Index of Subsystems:
base
digitcnt.icn
SNOBOL4 functions
basemath
acos
 
compute arc cosine
 
Description

r2 acos(r1)
acos(r1) produces the arc cosine of r1 in the range of 0 to π for r1 in the range of –1 to 1.
 
Parameters
r1
real
returns
arc cosine of r1.
 
Errors
102 r1 is not real
205 |r1| is greater than 1