OpenMusic Reference
sin
sin
(lisp module) -- returns the sine of radians
Syntax
sin radians
Inputs
name | data type(s) | comments |
---|---|---|
radians | a number | the angle whose sine to compute, in radians |
Output
output | data type(s) | comments |
---|---|---|
first | a number |
Description
Computes the sine of the angle radians , expressed in radians.
Prev | Home | Next |
---|---|---|
sequence | Up | sort. |