Packages

This is an effort to try and replicate some of the NumPy modules in elixir-lang.

Current section

Files

Jump to
num_ex lib num_ex.ex
Raw

lib/num_ex.ex

defmodule NumEx do
@moduledoc"""
Documentation for NumEx.
This is an effort to try and replicate the Python's NumPy Package.
"""
end