equality
Here are 77 public repositories matching this topic...
-
Updated
May 29, 2020 - Dart
-
Updated
Jul 5, 2019 - C#
-
Updated
May 29, 2020 - JavaScript
-
Updated
Jun 19, 2020 - JavaScript
-
Updated
Jul 19, 2015 - JavaScript
The documentation currently is not very clear as to how it computes things, and one reason I think is that nearly all the example just compare whether 1.0 is approximately equal to 1.0 which isn't very illustrative.
It would be good if there were examples at the crate level showing the differences between the various macros that illustrate when one should use abs_diff_eq! vs `relative_eq!
UnivEq proves that "equals correctly defines the equality".
But I could neither find a definition of what that should mean, nor documentation on how that is proved. All implementation of equals must be correct according to equals contract. Do you simply talk about implementations that aren't the default reference equality? Or what?
This issue was born while trying to better understand htt
If you pass two equal primitive to the array comparison method it'll return true. Perhaps add this at the top:
if (!Array.isArray(arrA) || !Array.isArray(arrB)) {
return false
}-
Updated
Jun 22, 2020 - TypeScript
Provide additional comparision against mutation testing, by pitest framework.
Let's see who is the boss agian!
-
Updated
Jan 21, 2019 - Scala
-
Updated
Sep 29, 2019 - JavaScript
-
Updated
Jun 26, 2019 - Ruby
-
Updated
Nov 16, 2017 - JavaScript
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Jul 4, 2018 - C#
Expected Behavior
Documentation should be use focused and have more user focused discussion and answers. For example, like adding a faq w
Add DocFX
-
Updated
Sep 9, 2017 - PHP
-
Updated
Jan 23, 2018 - JavaScript
-
Updated
Jun 11, 2020 - Smalltalk
-
Updated
Feb 26, 2019
-
Updated
Oct 30, 2017 - Java
-
Updated
Aug 1, 2019
-
Updated
Jun 1, 2020 - JavaScript
Improve this page
Add a description, image, and links to the equality topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the equality topic, visit your repo's landing page and select "manage topics."
Reading the docs and attempting simple implementations, I'm still not sure how to use these, since I keep getting panics. I'm going to search Github to see people using these successfully to figure out what I am missing.