ex_trainer/lib/growth/score/head_circumference.ex

6 lines
123 B
Elixir
Raw Normal View History

defmodule Growth.Score.HeadCircumference do
@moduledoc """
Calculate z-score for head circumference for age.
"""
end