6 lines
119 B
Elixir
6 lines
119 B
Elixir
|
defmodule Growth.Score.TricepsSkinfold do
|
||
|
@moduledoc """
|
||
|
Calculate z-score for triceps skinfold for age.
|
||
|
"""
|
||
|
end
|