Joao P Dubas 04fff60541
Some checks failed
continuous-integration/drone/pr Build is failing
wip(growth): add score module
This module is responsible for calculate the z score/centile for each
measurement.
2024-06-10 12:15:16 +00:00

6 lines
100 B
Elixir

defmodule Growth.Score.Height do
@moduledoc """
Calculate z-score for height for age.
"""
end