This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
ACOS
|
ACOS ( value ) | ||||||||
Parameter | Type | Description | ||||||
value | Real |
![]() |
Angle whose arccosine is returned. Must be between –1 and +1. | |||||
The ACOS function calculates the angle of the arccosine specified in value. value must be included in the range -1 to +1.
The returned angle is in radians between 0 and PI . To convert the result to degrees, multiply the result by 180/PI.
ACOS(0.5) //result:= 1.0471975512
Product: 4D
Theme: 4D View Pro Formulas
4D View Pro Reference ( 4D v19)