Packages

Rigid body dynamics of multi-body systems using various dynamical formulations. Coming soon!

Current section

Files

Jump to
dynamics lib dynamics.ex
Raw

lib/dynamics.ex

defmodule Dynamics do
@moduledoc """
Documentation for `Dynamics`.
"""
@doc """
Hello world.
## Examples
iex> Dynamics.hello()
:world
"""
def hello do
:world
end
end