Math.cos( x ) in ECMAScript 262
Return the cosine of x
, in radians.
Arguments
name | type | description |
---|---|---|
x | Number | The value to operate upon. |
- Return Type
- Number
Return the cosine of x
, in radians.
name | type | description |
---|---|---|
x | Number | The value to operate upon. |