mirror of
https://github.com/sigmasternchen/gleam-community-maths
synced 2025-03-15 16:09:01 +00:00
25 lines
503 B
Markdown
25 lines
503 B
Markdown
![]() |
# maths
|
||
|
|
||
|
[](https://hex.pm/packages/maths)
|
||
|
[](https://hexdocs.pm/maths/)
|
||
|
|
||
|
A Gleam project
|
||
|
|
||
|
## Quick start
|
||
|
|
||
|
```sh
|
||
|
gleam run # Run the project
|
||
|
gleam test # Run the tests
|
||
|
gleam shell # Run an Erlang shell
|
||
|
```
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
If available on Hex this package can be added to your Gleam project:
|
||
|
|
||
|
```sh
|
||
|
gleam add maths
|
||
|
```
|
||
|
|
||
|
and its documentation can be found at <https://hexdocs.pm/maths>.
|