Documentació de Gambas (versió en desenvolupament)
Compilació i instaŀlació
Components
Documents
How To's
Language Index
Assignments
Datatypes
DIV
FALSE
FUNCTION
PRINT
QUIT
RAISE
Replace$
STOP EVENT
WAIT
Year
Language Overviews
Lèxic
Missatges d'Error
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
ACos
Value
= ACos (
Number
AS Float
)
AS Float
Value
= Acs (
Number
AS Float
)
AS Float
Compute the arc-cosine of a number.
Errors
Message
Description
Mathematical error (19)
Number
is out of [
-1
,
1
] range.
Examples
Print
ACos
(
0.5
)
1.0471975511966
Print
ACos
(
-1
)
3.14159265358979
See also
Trigonometric Functions