项目作者: isaacsanders

项目描述 :
A cubic spline interpolation library for Elixir
高级语言: Elixir
项目地址: git://github.com/isaacsanders/expline.git
创建时间: 2017-03-19T21:57:19Z
项目社区:https://github.com/isaacsanders/expline

开源协议:MIT License

下载


Expline

Expline is an Elixir library for spline interpolation.

Installation

If available in Hex, the package can be installed
by adding expline to your list of dependencies in mix.exs:

  1. def deps do
  2. [{:expline, "~> 0.1.0"}]
  3. end

Documentation can be generated with ExDoc
and published on HexDocs. Once published, the docs can
be found at https://hexdocs.pm/expline.