LPC Library Functions: tan

NAME

tan() - return the tangent of a float

SYNOPSIS

float tan( float f );

DESCRIPTION

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

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

SEE ALSO

acos(), asin(), atan(), cos(), sin()

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