You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/complex/float64/base/assert/is-almost-equal/README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ limitations under the License.
18
18
19
19
-->
20
20
21
-
# isAlmostEqualValue
21
+
# isAlmostEqual
22
22
23
23
> Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
24
24
@@ -37,10 +37,10 @@ limitations under the License.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/complex/float64/base/assert/is-almost-equal/lib/index.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,20 @@
21
21
/**
22
22
* Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
"description": "Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).",
0 commit comments