Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
ATAN
|
ATAN ( value ) | ||||||||
Parameter | Typ | Beschreibung | ||||||
value | Zahl |
![]() |
Tangent of an angle. Must be between –1 and +1. | |||||
The ATAN function calculates the arctangent, i.e. the angle whose tangent is specified in value. It accepts and returns numeric data.
In value, specify the tangent of the angle to return. It must be between -1 and +1.
The angle is returned in radians between -PI/2 and PI/2. To convert the result to degrees, multiply the result by 180/PI.
ATAN(1) //result:= 0.7853981634
Produkt: 4D
Thema: Formeln in 4D View Pro
4D View Pro Handbuch ( 4D v19)