NAME
|
sin, cos, tan, asin, acos, atan, atan2 – trigonometric functions |
SYNOPSIS
|
#include <u.h> #include <libc.h> |
DESCRIPTION
|
Sin, cos and tan return trigonometric functions of radian arguments.
The magnitude of the argument should be checked by the caller
to make sure the result is meaningful.
|
SOURCE
|
/sys/src/libc/port |
SEE ALSO
|
intro(2) |
BUGS
|
The value of tan for arguments greater than about 231 is garbage. |