

asin()                 Mathematics Function                asin()




Calculate inverse sine

#include <math.h>
ddoouubbllee aassiinn(_a_r_g) ddoouubbllee _a_r_g;

asin  calculates the  inverse sin  of arg, which  must be  in the
range [-1., 1.].  The result will be in the range [-P/2, P/2].

***** Example *****

For an example of this function, see the entry for acos.

***** See Also *****

mathematics library

***** Diagnostics *****

Out-of-range arguments set eerrrrnnoo to EEDDOOMM and return zero.





































COHERENT Lexicon                                           Page 1


