LPC Library Functions: sin

NAME

sin() - return the sine of a float

SYNOPSIS

float sin( float f );

DESCRIPTION

Returns the sine 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(), tan()

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