Skip to content

Commit 82b18dc

Browse files
authored
docs: fix signature
Signed-off-by: Athan <[email protected]>
1 parent d5b3cc9 commit 82b18dc

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/number/float64/base/assert/is-almost-equal-value

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/number/float64/base/assert/is-almost-equal-value/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ limitations under the License.
3030
var isAlmostEqualValue = require( '@stdlib/number/float64/base/assert/is-almost-equal-value' );
3131
```
3232

33-
#### isAlmostEqualValue( a, b )
33+
#### isAlmostEqualValue( a, b, maxULP )
3434

3535
Tests if two double-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
3636

0 commit comments

Comments
 (0)