We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ceca09 commit 8813cbdCopy full SHA for 8813cbd
lib/node_modules/@stdlib/assert/is-almost-equal/lib/main.js
@@ -39,7 +39,7 @@ var isComplexLike = require( '@stdlib/assert/is-complex-like' );
39
*
40
* @param {*} a - first input value
41
* @param {*} b - second input value
42
-* @param {number} maxULP - maximum allowed ULP difference
+* @param {NonNegativeInteger} maxULP - maximum allowed ULP difference
43
* @returns {boolean} boolean indicating whether two arguments are approximately equal within a specified number of ULPs
44
45
* @example
0 commit comments