.\"return the arcsine of a float .TH asin 3 .SH NAME asin() - return the arcsine of a float .SH SYNOPSIS float asin(float f); .SH DESCRIPTION Returns the arcsine of its argument, `f', measured in radians.