README.md

# Scenic.Math

Math support for Scenic applications
## Installation


If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `scenic_math` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:scenic_math, "~> 0.7.0"}]
end
```