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