Skip to main content

asin

Discworld driver help

asin

Name

asin() - return the arcsine of a float

Synopsis

float asin( float f );

Description

Returns the arcsine of its argument, `f', measured in radians.

See also

acos(), atan(), cos(), sin(), tan()