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
Calculates the cosine of an angle.
Example
// Calculate the cosine of 60
ResCosine = Cos(60)
// Returns 0.5
Syntax
<Result> = Cos(<Angle>)
<Result>: Real
Cosine of the specified angle.
<Angle>: Integer or real
Angle (in degrees) to use. This parameter can have any value: the calculation of the cosine is performed "modulo 360".
Component: wd290mat.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help