File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
lib/node_modules/@stdlib/number/uint8/base Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ v = add( 0, 5 );
63
63
64
64
<section class =" notes " >
65
65
66
+ ## Notes
67
+
68
+ - The function performs C-like addition of two unsigned 8-bit integers, including wraparound semantics.
69
+
66
70
</section >
67
71
68
72
<!-- /.notes -->
Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ v = mul( 5, 0 );
63
63
64
64
<section class =" notes " >
65
65
66
+ ## Notes
67
+
68
+ - The function performs C-like multiplication of two unsigned 8-bit integers, including wraparound semantics.
69
+
66
70
</section >
67
71
68
72
<!-- /.notes -->
Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ v = sub( 5, 0 );
63
63
64
64
<section class =" notes " >
65
65
66
+ ## Notes
67
+
68
+ - The function performs C-like subtraction of two unsigned 8-bit integers, including wraparound semantics.
69
+
66
70
</section >
67
71
68
72
<!-- /.notes -->
You can’t perform that action at this time.
0 commit comments