ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Numeric values functions / Math functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the arc cosine of a numeric value (integer or real).
Example
// Retrieve the arc cosine of 0.5
ArcCosineRes = ArcCos(0.5)
// Returns 60
Syntax
<Result> = ArcCos(<Numeric value>)
<Result>: Real
Arccosine (angle of the cosine in degrees) of the specified numeric value, in the [0,180] interval.
<Numeric value>: Integer or real
Numeric value (cosine) to use. This value must be found in the [-1,1] interval. Otherwise, a WLanguage error occurs.
Component: wd290mat.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help