Keil Logo Arm Logo

µVision4 User's Guide

__asin

Summary
double __asin (
  double x);   /* number to calculate arc sine of */
Description

The __asin debugger function calculates the arc sine of the floating-point number x. The value of x must be between -1 and 1. The floating-point value returned by __asin is a number in the -π/2 to π/2 range.

Return Value

The __asin function returns the arc sine of x.

Example
> __asin(0.3);

arm-logo-small

Keil logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.