sin

Syntax

sin(X)

Arguments

X is a scalar/vector/matrix.

Details

The sine function.

Examples

$ sin(1 2 3);
[0.841471,0.909297,0.141120]