v1.2.112 -
kfun
- sin
NAME
sin
- comput sine
SYNOPSIS
float sin(float x)
DESCRIPTION
Return the sine of the argument.
ERRORS
An error will result if the argument is too large to accurately compute the sine (around 1e9).
SEE ALSO
kfun/cos
,
kfun/tan