Starbase/Other/Cosine (Basic Chip)/README.md
2024-05-09 16:07:27 -07:00

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