elixirkoans / elixir-koans

Elixir learning exercises
MIT License
2.2k stars 597 forks source link

Koan about rounding pitfalls #268

Open Goutte opened 2 years ago

Goutte commented 2 years ago

I love these koans !

Is it relevant to drop a word of caution regarding rounding?

  koan "But beware of floating dragons" do
    assert Float.round(2.675, 2) == ___
  end
iamvery commented 2 months ago

Sure! Open a PR 😎