COS in JS
Description
Static function that returns the cosine of an angle in radians (JavaScript COS function Documentation).
Sample Source Pattern
Syntax
Arguments
expression:
Numeric expressions.
Return Type
Same data type sent through parameter as a numeric expression.
Examples
Last updated