Skip to content

Commit 6e956d0

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents 897dfe6 + 58770e7 commit 6e956d0

File tree

85 files changed

+89
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+89
-87
lines changed

lib/node_modules/@stdlib/math/base/complex/abs/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void print_results( double elapsed ) {
5050
/**
5151
* Returns a clock time.
5252
*
53-
* @returns clock time
53+
* @return clock time
5454
*/
5555
double tic() {
5656
struct timeval now;

lib/node_modules/@stdlib/math/base/complex/abs2/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void print_results( double elapsed ) {
5050
/**
5151
* Returns a clock time.
5252
*
53-
* @returns clock time
53+
* @return clock time
5454
*/
5555
double tic() {
5656
struct timeval now;

lib/node_modules/@stdlib/math/base/complex/add/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void print_results( double elapsed ) {
5050
/**
5151
* Returns a clock time.
5252
*
53-
* @returns clock time
53+
* @return clock time
5454
*/
5555
double tic() {
5656
struct timeval now;

lib/node_modules/@stdlib/math/base/complex/ceil/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void print_results( double elapsed ) {
5050
/**
5151
* Returns a clock time.
5252
*
53-
* @returns clock time
53+
* @return clock time
5454
*/
5555
double tic() {
5656
struct timeval now;

lib/node_modules/@stdlib/math/base/complex/floor/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void print_results( double elapsed ) {
5050
/**
5151
* Returns a clock time.
5252
*
53-
* @returns clock time
53+
* @return clock time
5454
*/
5555
double tic() {
5656
struct timeval now;

lib/node_modules/@stdlib/math/base/complex/multiply/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void print_results( double elapsed ) {
5050
/**
5151
* Returns a clock time.
5252
*
53-
* @returns clock time
53+
* @return clock time
5454
*/
5555
double tic() {
5656
struct timeval now;

lib/node_modules/@stdlib/math/base/complex/phase/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void print_results( double elapsed ) {
5050
/**
5151
* Returns a clock time.
5252
*
53-
* @returns clock time
53+
* @return clock time
5454
*/
5555
double tic() {
5656
struct timeval now;

lib/node_modules/@stdlib/math/base/complex/round/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void print_results( double elapsed ) {
5050
/**
5151
* Returns a clock time.
5252
*
53-
* @returns clock time
53+
* @return clock time
5454
*/
5555
double tic() {
5656
struct timeval now;

lib/node_modules/@stdlib/math/base/complex/subtract/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void print_results( double elapsed ) {
5050
/**
5151
* Returns a clock time.
5252
*
53-
* @returns clock time
53+
* @return clock time
5454
*/
5555
double tic() {
5656
struct timeval now;

lib/node_modules/@stdlib/math/base/special/abs/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/abs2/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/acos/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/acosh/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/acosh/benchmark/cpp/benchmark.boost.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void print_results( double elapsed ) {
5555
/**
5656
* Returns a clock time.
5757
*
58-
* @returns clock time
58+
* @return clock time
5959
*/
6060
double tic() {
6161
struct timeval now;

lib/node_modules/@stdlib/math/base/special/acovercos/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/acoversin/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/ahavercos/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/ahaversin/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/asin/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/asinh/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/asinh/benchmark/cpp/benchmark.boost.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void print_results( double elapsed ) {
5555
/**
5656
* Returns a clock time.
5757
*
58-
* @returns clock time
58+
* @return clock time
5959
*/
6060
double tic() {
6161
struct timeval now;

lib/node_modules/@stdlib/math/base/special/atan/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/atan2/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/atanh/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/atanh/benchmark/cpp/benchmark.boost.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void print_results( double elapsed ) {
5555
/**
5656
* Returns a clock time.
5757
*
58-
* @returns clock time
58+
* @return clock time
5959
*/
6060
double tic() {
6161
struct timeval now;

lib/node_modules/@stdlib/math/base/special/avercos/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/aversin/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/beta/benchmark/cpp/benchmark.boost.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void print_results( double elapsed ) {
5555
/**
5656
* Returns a clock time.
5757
*
58-
* @returns clock time
58+
* @return clock time
5959
*/
6060
double tic() {
6161
struct timeval now;

lib/node_modules/@stdlib/math/base/special/betainc/benchmark/cpp/benchmark.boost.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void print_results( double elapsed ) {
5555
/**
5656
* Returns a clock time.
5757
*
58-
* @returns clock time
58+
* @return clock time
5959
*/
6060
double tic() {
6161
struct timeval now;

lib/node_modules/@stdlib/math/base/special/betaincinv/benchmark/cpp/benchmark.boost.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void print_results( double elapsed ) {
5555
/**
5656
* Returns a clock time.
5757
*
58-
* @returns clock time
58+
* @return clock time
5959
*/
6060
double tic() {
6161
struct timeval now;

lib/node_modules/@stdlib/math/base/special/binet/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/binet/test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tape( 'for nonpositive integers, the function approximates the nth negaFibonacci
6969
v = binet( i );
7070
expected = negaFibonacci( i );
7171
if ( v === expected ) {
72-
t.strictEqual( v, expected, 'returns the '+i+'th Fibonacci number' );
72+
t.strictEqual( v, expected, 'returns the '+i+'th negaFibonacci number' );
7373
} else {
7474
delta = abs( v - expected );
7575
tol = 12.0 * EPS * abs( expected );

lib/node_modules/@stdlib/math/base/special/binomcoef/benchmark/cpp/benchmark.boost.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void print_results( double elapsed ) {
5555
/**
5656
* Returns a clock time.
5757
*
58-
* @returns clock time
58+
* @return clock time
5959
*/
6060
double tic() {
6161
struct timeval now;

lib/node_modules/@stdlib/math/base/special/cbrt/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/cbrt/benchmark/cpp/benchmark.boost.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void print_results( double elapsed ) {
5555
/**
5656
* Returns a clock time.
5757
*
58-
* @returns clock time
58+
* @return clock time
5959
*/
6060
double tic() {
6161
struct timeval now;

lib/node_modules/@stdlib/math/base/special/ceil/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/copysign/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/cos/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/cosh/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/cospi/benchmark/cpp/benchmark.boost.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void print_results( double elapsed ) {
5555
/**
5656
* Returns a clock time.
5757
*
58-
* @returns clock time
58+
* @return clock time
5959
*/
6060
double tic() {
6161
struct timeval now;

lib/node_modules/@stdlib/math/base/special/covercos/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/coversin/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/dirac-delta/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

lib/node_modules/@stdlib/math/base/special/erf/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void print_results( double elapsed ) {
4949
/**
5050
* Returns a clock time.
5151
*
52-
* @returns clock time
52+
* @return clock time
5353
*/
5454
double tic() {
5555
struct timeval now;

0 commit comments

Comments
 (0)