Skip to content

Conversation

@wodowod
Copy link
Owner

@wodowod wodowod commented Sep 10, 2021

module-2 added

Copy link

@wshaman wshaman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also we'll have to redo this PR changing base

Comment on lines +27 to +32
if f == 0 {
return 0
}
if f == 1 {
return 1
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if f == 0 {
return 0
}
if f == 1 {
return 1
}
if f < 2 {
return math.Floor(f)
}

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to explain what do we want to fix by this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants