ExKcal.Vitamins (ExKcal v0.0.8)

Vitamins and related substances.

Link to this section Summary

Types

Known SI prefixes.

t()

Varuiys vitamins and related substances.

Volume of substance and unit it is represented in.

Weight of substance and unit it is represented in.

Link to this section Types

Specs

si_prefix() ::
  :Y
  | :Z
  | :E
  | :P
  | :T
  | :G
  | :M
  | :k
  | :h
  | :da
  | :d
  | :c
  | :m
  | :μ
  | :n
  | :p
  | :f
  | :a
  | :z
  | :y

Known SI prefixes.

Specs

t() :: %ExKcal.Vitamins{
  choline: weight(),
  vitamin_a: weight(),
  vitamin_b1: weight(),
  vitamin_b12: weight(),
  vitamin_b2: weight(),
  vitamin_b3: weight(),
  vitamin_b4: weight(),
  vitamin_b6: weight(),
  vitamin_b9: weight(),
  vitamin_c: weight(),
  vitamin_d: weight(),
  vitamin_e: weight(),
  vitamin_k: weight()
}

Varuiys vitamins and related substances.

Specs

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

Volume of substance and unit it is represented in.

Specs

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

Weight of substance and unit it is represented in.

Link to this section Functions