File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/stats/base/dists/chi/kurtosis
include/stdlib/stats/base/dists/chi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/**
22* @license Apache-2.0
33*
4- * Copyright (c) 2025 The Stdlib Authors.
4+ * Copyright (c) 2026 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) 2025 The Stdlib Authors.
4+ # Copyright (c) 2026 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) 2025 The Stdlib Authors.
4+ * Copyright (c) 2026 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# @license Apache-2.0
22#
3- # Copyright (c) 2025 The Stdlib Authors.
3+ # Copyright (c) 2026 The Stdlib Authors.
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# 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) 2025 The Stdlib Authors.
4+ # Copyright (c) 2026 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) 2025 The Stdlib Authors.
4+ * Copyright (c) 2026 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# @license Apache-2.0
22#
3- # Copyright (c) 2025 The Stdlib Authors.
3+ # Copyright (c) 2026 The Stdlib Authors.
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# 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) 2025 The Stdlib Authors.
4+ * Copyright (c) 2026 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 3535
3636// MODULES //
3737
38- var main = require ( './main.js' ) ;
38+ var tryRequire = require ( '@stdlib/utils/try-require' ) ;
39+ var polyfill = require ( './main.js' ) ;
40+
41+
42+ // VARIABLES //
43+
44+ var kurtosis = tryRequire ( require . resolve ( './native.js' ) ) ;
45+ var main = ( kurtosis instanceof Error ) ? polyfill : kurtosis ;
3946
4047
4148// EXPORTS //
Original file line number Diff line number Diff line change 11/**
22* @license Apache-2.0
33*
4- * Copyright (c) 2025 The Stdlib Authors.
4+ * Copyright (c) 2026 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