LPC Library Functions: acos

NAME

acos() - return the arccosine of a float

SYNOPSIS

float acos( float f );

DESCRIPTION

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

Note that this efun is only available if the driver flag PACKAGE_MATH is defined.

SEE ALSO

asin(), atan(), cos(), sin(), tan()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS