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
@@ -438,6 +439,7 @@ The remaining namespace utilities are as follows:
438
439
- <spanclass="signature">[`isAccessorPropertyIn( value, property )`][@stdlib/assert/is-accessor-property-in]</span><spanclass="delimiter">: </span><spanclass="description">test if an object's own or inherited property has an accessor descriptor.</span>
439
440
- <spanclass="signature">[`isAccessorProperty( value, property )`][@stdlib/assert/is-accessor-property]</span><spanclass="delimiter">: </span><spanclass="description">test if an object's own property has an accessor descriptor.</span>
440
441
- <spanclass="signature">[`isAlmostEqual( a, b, maxULP )`][@stdlib/assert/is-almost-equal]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are approximately equal within a specified number of ULPs (units in the last place).</span>
442
+
- <spanclass="signature">[`isAlmostSameValue( a, b, maxULP )`][@stdlib/assert/is-almost-same-value]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are approximately the same value within a specified number of ULPs (units in the last place).</span>
441
443
- <spanclass="signature">[`isAlphagram( value )`][@stdlib/assert/is-alphagram]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is an alphagram.</span>
442
444
- <spanclass="signature">[`isAlphaNumeric( value )`][@stdlib/assert/is-alphanumeric]</span><spanclass="delimiter">: </span><spanclass="description">test whether a string contains only alphanumeric characters.</span>
443
445
- <spanclass="signature">[`isAnagram( str, value )`][@stdlib/assert/is-anagram]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is an anagram.</span>
0 commit comments