Skip to content

Commit 55ec8ed

Browse files
committed
docs: remove comment
1 parent c4048ea commit 55ec8ed

File tree

58 files changed

+0
-174
lines changed

Some content is hidden

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

58 files changed

+0
-174
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark Cephes `fabs`.
21-
*/
2219
#include <stdlib.h>
2320
#include <stdio.h>
2421
#include <math.h>

lib/node_modules/@stdlib/math/base/special/absf/benchmark/c/cephes/benchmark.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark Cephes `fabsf`.
21-
*/
2219
#include <stdlib.h>
2320
#include <stdio.h>
2421
#include <math.h>

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark Cephes `acos`.
21-
*/
2219
#include <stdlib.h>
2320
#include <stdio.h>
2421
#include <math.h>

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark Cephes `acosh`.
21-
*/
2219
#include <stdlib.h>
2320
#include <stdio.h>
2421
#include <math.h>

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark Cephes `asin`.
21-
*/
2219
#include <stdlib.h>
2320
#include <stdio.h>
2421
#include <math.h>

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark Cephes `asinh`.
21-
*/
2219
#include <stdlib.h>
2320
#include <stdio.h>
2421
#include <math.h>

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark Cephes `atan`.
21-
*/
2219
#include <stdlib.h>
2320
#include <stdio.h>
2421
#include <math.h>

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark Cephes `atan2`.
21-
*/
2219
#include <stdlib.h>
2320
#include <stdio.h>
2421
#include <math.h>

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark Cephes `atanh`.
21-
*/
2219
#include <stdlib.h>
2320
#include <stdio.h>
2421
#include <math.h>

lib/node_modules/@stdlib/math/base/special/besselj0/benchmark/c/cephes/benchmark.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* Benchmark Cephes `j0`.
21-
*/
2219
#include <stdlib.h>
2320
#include <stdio.h>
2421
#include <math.h>

0 commit comments

Comments
 (0)