-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Nette\Utils\Floats helper #221
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dg
force-pushed
the
master
branch
4 times, most recently
from
May 27, 2020 09:15
87abd34
to
ca47cf7
Compare
JanTvrdik
reviewed
Jun 1, 2020
JanTvrdik
reviewed
Jun 1, 2020
JanTvrdik
reviewed
Jun 1, 2020
JanTvrdik
reviewed
Jun 1, 2020
JanTvrdik
reviewed
Jun 1, 2020
mesour
force-pushed
the
mn-number-helpers
branch
2 times, most recently
from
June 2, 2020 01:24
09fbf6f
to
fe03cd0
Compare
mesour
changed the title
Added Nette\Utils\Numbers helper
Added Nette\Utils\Floats helper
Jun 2, 2020
mesour
force-pushed
the
mn-number-helpers
branch
5 times, most recently
from
July 13, 2020 14:12
a59efbc
to
e489f23
Compare
dg
force-pushed
the
master
branch
2 times, most recently
from
July 16, 2020 10:15
2ac10f5
to
1b72f99
Compare
dg
force-pushed
the
master
branch
9 times, most recently
from
August 5, 2020 18:38
1a569bf
to
a8637a0
Compare
janbarasek
reviewed
Aug 11, 2020
mesour
force-pushed
the
mn-number-helpers
branch
from
September 3, 2020 10:40
e489f23
to
c36ea88
Compare
dg
force-pushed
the
master
branch
2 times, most recently
from
September 3, 2020 13:22
66a820d
to
35fa415
Compare
mesour
force-pushed
the
mn-number-helpers
branch
from
September 3, 2020 14:08
c36ea88
to
80fd7fe
Compare
Great, thanks |
dg
pushed a commit
that referenced
this pull request
Sep 15, 2020
dg
pushed a commit
that referenced
this pull request
Oct 15, 2020
dg
pushed a commit
that referenced
this pull request
Oct 15, 2020
dg
pushed a commit
that referenced
this pull request
Oct 29, 2020
dg
pushed a commit
that referenced
this pull request
Oct 29, 2020
dg
pushed a commit
that referenced
this pull request
Oct 30, 2020
dg
pushed a commit
that referenced
this pull request
Oct 30, 2020
dg
pushed a commit
that referenced
this pull request
Nov 4, 2020
dg
pushed a commit
that referenced
this pull request
Nov 5, 2020
dg
pushed a commit
that referenced
this pull request
Nov 5, 2020
dg
pushed a commit
that referenced
this pull request
Nov 24, 2020
dg
pushed a commit
that referenced
this pull request
Nov 24, 2020
dg
pushed a commit
that referenced
this pull request
Nov 25, 2020
dg
pushed a commit
that referenced
this pull request
Nov 25, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added support for comparing floats
The original class was created by @fabik.
I've added tests, and some fixes in the method
compare
.