Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
asin(3)
Edit
PageHistory
Diff
Info
LikePages
ASIN !!!ASIN NAME SYNOPSIS DESCRIPTION RETURN VALUE ERRORS CONFORMING TO SEE ALSO ---- !!NAME asin - arc sine function !!SYNOPSIS __#include __ ''x''__); __ !!DESCRIPTION The __asin()__ function calculates the arc sine of ''x''; that is the value whose sine is ''x''. If ''x'' falls outside the range -1 to 1, __asin()__ fails and ''errno'' is set. !!RETURN VALUE The __asin()__ function returns the arc sine in radians and the value is mathematically defined to be between -PI/2 and PI/2 (inclusive). !!ERRORS __EDOM__ ''x'' is out of range. !!CONFORMING TO SVID 3, POSIX, BSD 4.3, ISO 9899 !!SEE ALSO acos(3), atan(3), atan2(3), cos(3), sin(3), tan(3) ----
7 pages link to
asin(3)
:
Man3a
sin(3)
tan(3)
acos(3)
atan(3)
cos(3)
atan2(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.