File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
uint8/base/sub/benchmark/c Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ A total of 8 issues were closed in this release:
5555
5656<details >
5757
58+ - [ ` 590e647 ` ] ( https://github.com/stdlib-js/stdlib/commit/590e647bd818c098689676a4d977bc36b11bfb94 ) - ** docs:** fix description _ (by Athan Reines)_
5859- [ ` 465c484 ` ] ( https://github.com/stdlib-js/stdlib/commit/465c484235dbfba4c323c9913c4091e6d628374a ) - ** feat:** add ` sub ` to namespace _ (by Athan Reines)_
5960- [ ` c310956 ` ] ( https://github.com/stdlib-js/stdlib/commit/c3109561991e395abc5a2724d09c25028425e5a2 ) - ** feat:** add ` number/uint8/base/sub ` _ (by Athan Reines)_
6061- [ ` e21f523 ` ] ( https://github.com/stdlib-js/stdlib/commit/e21f5234efd9048dbd9a8de6ecf6f72a33d758d2 ) - ** docs:** fix return value _ (by Athan Reines)_
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ static double rand_double( void ) {
8787/**
8888* Subtracts two numbers.
8989*
90- * @return sum
90+ * @return result
9191*/
9292static uint8_t sub ( const uint8_t x , const uint8_t y ) {
9393 return x - y ;
You can’t perform that action at this time.
0 commit comments