11.07.2015 Views

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

DescriptionFast math librarybehaviorIEC 60559 mathlibrary behaviorPortabilityasin returns the principal value, in radians, of the inverse circular sine of x. Theprincipal value lies in the interval [-PI/2, +PI/2] radians.If |x| > 1, errno is set to EDOM and asin returns HUGE_VAL.If x is NaN, asin returns x.If |x| > 1, asin returns NaN with invalid signal.asin con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).asinfSynopsisDescriptionFast math librarybehaviorIEC 60559 mathlibrary behaviorPortability#include float asinf(float val);asinf returns the principal value, in radians, of the inverse circular sine of val. Theprincipal value lies in the interval [-PI/2, +PI/2] radians.If |x| > 1, errno is set to EDOM and asinf returns HUGE_VALF.If x is NaN, asinf returns x.If |x| > 1, asinf returns NaN with invalid signal.asinf con<strong>for</strong>ms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).asinhSynopsis#include double asinh(double x);Description asinh returns the inverse hyperbolic sine of x.Portabilityasinh con<strong>for</strong>ms to ISO/IEC 9899:1999 (C99).asinhfSynopsis#include float asinhf(float x);Description asinhf returns the inverse hyperbolic sine of x.Portabilityasinhf con<strong>for</strong>ms to ISO/IEC 9899:1999 (C99).Chapter 28 - Mathematics257

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!