- Function Sin(x)¶
Sin¶
Sin(
x ! (input) numerical expression
)
Arguments¶
- x
A scalar numerical expression in radians.
Return Value¶
The
Sin
function returns the sine of x in the range \(-1\) to 1.
Note
The function Sin
can be used in constraints of nonlinear
mathematical programs.
See also
The functions Cos
, Tan
, ArcSin
. Arithmetic functions are
discussed in full detail in Arithmetic Functions of the Language Reference.