File tree Expand file tree Collapse file tree 5 files changed +6
-3
lines changed
lib/node_modules/@stdlib/math/base/special/bessely1 Expand file tree Collapse file tree 5 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1919#include "stdlib/math/base/special/bessely1.h"
2020#include "stdlib/math/base/napi/unary.h"
2121
22+ // cppcheck-suppress shadowFunction
2223STDLIB_MATH_BASE_NAPI_MODULE_D_D ( stdlib_base_bessely1 )
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments