Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lib/koans/03_numbers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ defmodule Numbers do
assert Float.round(-5.5674, 3) === ___
end

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

koan "I want the first and last in the range" do
first..last = Range.new(1, 10)

Expand Down