Liquex.Filter.times
You're seeing just the function
times
, go back to Liquex.Filter module for more information.
Multiplies a number by another number.
Examples
iex> Liquex.Filter.times(3, 4, %{})
12
iex> Liquex.Filter.times(24, 7, %{})
168
iex> Liquex.Filter.times(183.357, 12, %{})
2200.284