cc [ flag ... ] file ... -lm [ library ... ] #include <math.h>
The sin() function computes the sine of its argument x, measured in radians.
Upon successful completion, sin() returns the sine of x.
If x is NaN or +-Inf, NaN is returned.
No errors will occur.
See attributes(5) for descriptions of the following attributes:
asin(3M), isnan(3M), attributes(5)