SINA

The SINA({ARRAY}, REAL) function returns a real array. The elements of the returned array equals sine of each element of the input array (first argument to the function) multiplied by a factor (second argument to the function).

Format

SINA(array, factor)

Arguments

 
array
Input array.
factor
Real number to multiply array.

Examples

SINA({0,30,60},2)
This function builder function will create array on fly with array values (0.0, 1.0, 1.732).