You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/dists/negative-binomial/pmf/lib/ibeta_power_terms.js
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -14,23 +14,23 @@
14
14
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
15
* See the License for the specific language governing permissions and
16
16
* limitations under the License.
17
-
*/
18
-
19
-
'use strict';
20
-
21
-
/*
22
-
* The original C++ code and copyright notice are from the [Boost library]{@link http://www.boost.org/doc/libs/1_62_0/boost/math/special_functions/beta.hpp}.
23
17
*
24
-
* The implementation has been modified for JavaScript.
25
-
*/
26
-
27
-
/*
18
+
*
19
+
* ## Notice
20
+
*
21
+
* The original C++ code and copyright notice are from the [Boost library]{@link http://www.boost.org/doc/libs/1_62_0/boost/math/special_functions/beta.hpp}. The implementation has been modified for JavaScript.
22
+
*
23
+
* ```text
28
24
* (C) Copyright John Maddock 2006.
25
+
*
29
26
* Use, modification and distribution are subject to the
30
27
* Boost Software License, Version 1.0. (See accompanying file
31
28
* LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
0 commit comments