# coda-std
coda-std is the standard library for coda, an experimental scripting language.
you can see more information about coda in the [github repository](https://github.com/alternative-rbx/coda).
## embedding
> [!TIP]
> the coda standard library has one dependency, which is the coda runtime.
> this means you can use it almost anywhere.
## contents
### math
- **constants**
- *pi*
- *e*
- **functions**
- *sqrt* - gets the square root of a number
### io
- **functions**
- *print* - prints a string to the console