Packages

Rigid body mechanics of physical systems (dynamical formulations, equations of motion, etc.). Coming soon!

Current section

Files

Jump to
mechanics lib mechanics.ex
Raw

lib/mechanics.ex

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