ExKcal.Minerals (ExKcal v0.0.5)

Minerals and microelements split into subcategories.

Link to this section Summary

Types

t()

Common minerals and microelements.

Amount of substance and unit it is represented in.

Link to this section Types

Specs

t() :: %ExKcal.Minerals{
  calcium: weight(),
  chloride: weight(),
  chromium: weight(),
  copper: weight(),
  fluoride: weight(),
  iodide: weight(),
  iodine: weight(),
  iron: weight(),
  magnesium: weight(),
  manganese: weight(),
  molybdenum: weight(),
  phosphorus: weight(),
  potassium: weight(),
  selenium: weight(),
  sodium: weight(),
  sulfur: weight(),
  zinc: weight()
}

Common minerals and microelements.

Specs

volume() :: {float(), :l | :dl | :ml} | {nil, :none}

Specs

weight() :: {float(), :kg | :g | :mg | :μg} | {nil, :none}

Amount of substance and unit it is represented in.