sin()

NAME

sin(), sinf() - sine function

SYNOPSIS

#include <math.h>

double sin (double x) float sin (float x)

DESCRIPTION

The sin(3) and sinf(3) functions compute the sine of x (measured in radians). A large magnitude argument may yield a result with little or no significance.

RETURN VALUES

The sin(3) and sinf(3) functions return the sine value.

SEE ALSO

acos(3)

asin(3)

atan(3)

atan2(3)

cos(3)

cosh(3)

sinh(3)

tan(3)

tanh(3)