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 sine of a numeric value (integer or real).
Example
// Retrieve the arc sine of 0.5
ArcSinRes = ArcSin(0.5)
// Returns 30
Syntax
<Result> = ArcSin(<Numeric value>)
<Result>: Real
Arc sine (angle of sine in degrees) of the specified numeric value, found in the [-90, 90] interval.
<Numeric value>: Integer or real
Numeric value (sine) 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