## Syntax
```mermaid
%%{init: {
'theme': 'base',
'flowchart': { 'padding': '7', 'nodeSpacing': '20', 'rankSpacing': '20' },
'themeVariables': {
'fontSize': '11px',
'fontFamily': 'Arial'
}
}}%%
flowchart LR
Start((START)) --> COS[COS]:::quoted
COS --> End((END))
```
## Purpose
The `COS` SQL function returns the cosine of the provided angle.
Parameters:
- Input: the angle to get the cosine of.
Returns: A number which represents the cosine of the provided angle.