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/math/base/assert/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ var o = ns;
63
63
- <spanclass="signature">[`isNonNegativeInteger( x )`][@stdlib/math/base/assert/is-nonnegative-integer]</span><spanclass="delimiter">: </span><spanclass="description">test if a finite double-precision floating-point number is a nonnegative integer.</span>
64
64
- <spanclass="signature">[`isNonPositiveFinite( x )`][@stdlib/math/base/assert/is-nonpositive-finite]</span><spanclass="delimiter">: </span><spanclass="description">test if a numeric value is a nonpositive finite number.</span>
65
65
- <spanclass="signature">[`isNonPositiveInteger( x )`][@stdlib/math/base/assert/is-nonpositive-integer]</span><spanclass="delimiter">: </span><spanclass="description">test if a finite double-precision floating-point number is a nonpositive integer.</span>
66
-
- <spanclass="signature">[`isOdd( x )`][@stdlib/math/base/assert/is-odd]</span><spanclass="delimiter">: </span><spanclass="description">test if a finite numeric value is an odd number.</span>
66
+
- <spanclass="signature">[`isOdd( x )`][@stdlib/math/base/assert/is-odd]</span><spanclass="delimiter">: </span><spanclass="description">test if a finite double-precision floating-point number is an odd number.</span>
67
67
- <spanclass="signature">[`isPositiveFinite( x )`][@stdlib/math/base/assert/is-positive-finite]</span><spanclass="delimiter">: </span><spanclass="description">test if a double-precision floating-point numeric value is a positive finite number.</span>
68
68
- <spanclass="signature">[`isPositiveInteger( x )`][@stdlib/math/base/assert/is-positive-integer]</span><spanclass="delimiter">: </span><spanclass="description">test if a finite double-precision floating-point number is a positive integer.</span>
69
69
- <spanclass="signature">[`isPositiveZero( x )`][@stdlib/math/base/assert/is-positive-zero]</span><spanclass="delimiter">: </span><spanclass="description">test if a double-precision floating-point numeric value is positive zero.</span>
0 commit comments