scenic_math icon indicating copy to clipboard operation
scenic_math copied to clipboard

Math library supporting Scenic

Scenic.Math

DEPRECATED

Going forward, the Scenic.Math.* modules are part of the main Scenic library.

I'm leaving this repo as is in case anyone still needs it.

Build Status

Math support for Scenic applications

Installation

Add scenic_math to your list of dependencies in mix.exs:

def deps do
  [{:scenic_math, "~> 0.7"}]
end