20 lines
330 B
Markdown
20 lines
330 B
Markdown
# Cosine
|
|
|
|
This script calculates the cosine of an angle (in degrees) on an **advanced** level Yolol chip.
|
|
|
|
## Inputs
|
|
|
|
The input is a single number in the `:i` field.
|
|
|
|
- `:i` number (degrees. must be greater than zero)
|
|
|
|
## Outputs
|
|
|
|
The output is a single number in the `:o` field.
|
|
|
|
- `:o` Cosine(:i)
|
|
|
|
## Credits
|
|
|
|
- Zijkhal#0154
|