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: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,10 @@ var o = ns;
76
76
77
77
<divclass="namespace-toc">
78
78
79
+
- <spanclass="signature">[`add( x, y )`][@stdlib/number/uint8/base/add]</span><spanclass="delimiter">: </span><spanclass="description">compute the sum of two unsigned 8-bit integers.</span>
79
80
- <spanclass="signature">[`fromBinaryStringUint8( bstr )`][@stdlib/number/uint8/base/from-binary-string]</span><spanclass="delimiter">: </span><spanclass="description">create an unsigned 8-bit integer from a literal bit representation.</span>
81
+
- <spanclass="signature">[`mul( x, y )`][@stdlib/number/uint8/base/mul]</span><spanclass="delimiter">: </span><spanclass="description">multiply two unsigned 8-bit integers.</span>
82
+
- <spanclass="signature">[`sub( x, y )`][@stdlib/number/uint8/base/sub]</span><spanclass="delimiter">: </span><spanclass="description">subtract two unsigned 8-bit integers.</span>
80
83
- <spanclass="signature">[`toBinaryStringUint8( x )`][@stdlib/number/uint8/base/to-binary-string]</span><spanclass="delimiter">: </span><spanclass="description">return a string giving the literal bit representation of an unsigned 8-bit integer.</span>
0 commit comments