Skip to content

Commit 98b0cf8

Browse files
committed
feat: add math/base/special/bessely1
1 parent d147819 commit 98b0cf8

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

lib/node_modules/@stdlib/math/base/special/bessely1/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2018 The Stdlib Authors.
4+
* Copyright (c) 2024 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/math/base/special/bessely1/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
"benchmark": "./benchmark",
1919
"doc": "./docs",
2020
"example": "./examples",
21+
"include": "./include",
2122
"lib": "./lib",
2223
"scripts": "./scripts",
24+
"src": "./src",
2325
"test": "./test"
2426
},
2527
"types": "./docs/types",

lib/node_modules/@stdlib/math/base/special/bessely1/src/addon.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
#include "stdlib/math/base/special/bessely1.h"
2020
#include "stdlib/math/base/napi/unary.h"
2121

22+
// cppcheck-suppress shadowFunction
2223
STDLIB_MATH_BASE_NAPI_MODULE_D_D( stdlib_base_bessely1 )

lib/node_modules/@stdlib/math/base/special/bessely1/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2018 The Stdlib Authors.
4+
* Copyright (c) 2024 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/math/base/special/bessely1/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2018 The Stdlib Authors.
4+
* Copyright (c) 2024 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)