fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Home > lang > acos
 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
Documentation
History
 
ACos
Syntax
Value = ACos ( Number AS Float ) AS Float
Value = Acs ( Number AS Float ) AS Float

Computes the arc-cosine of a number.

Errors

MessageDescription
Mathematical error (#19) Number is out of [ -1, 1 ] range.

Examples

PRINT ACos(0.5)

1.047197551197
PRINT ACos(-1)

3.14159265359

See also

Trigonometric Functions