File tree Expand file tree Collapse file tree 10 files changed +15
-11
lines changed
lib/node_modules/@stdlib/constants/float32
max-base10-exponent-subnormal
min-base10-exponent-subnormal Expand file tree Collapse file tree 10 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 11/*
22* @license Apache-2.0
33*
4- * Copyright (c) 2019 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) 2019 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.
1818
1919'use strict' ;
2020
21- var FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL = require ( './../lib' ) ;
21+ var FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL = require ( './../lib' ) ; // eslint-disable-line id-length
2222
2323console . log ( FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL ) ;
2424// => -38
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19+ /* eslint-disable id-length */
20+
1921'use strict' ;
2022
2123/**
Original file line number Diff line number Diff line change 2121// MODULES //
2222
2323var tape = require ( 'tape' ) ;
24- var FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL = require ( './../lib' ) ;
24+ var FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL = require ( './../lib' ) ; // eslint-disable-line id-length
2525
2626
2727// TESTS //
Original file line number Diff line number Diff line change 11/*
22* @license Apache-2.0
33*
4- * Copyright (c) 2019 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) 2019 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.
1818
1919'use strict' ;
2020
21- var FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL = require ( './../lib' ) ;
21+ var FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL = require ( './../lib' ) ; // eslint-disable-line id-length
2222
2323console . log ( FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL ) ;
2424// => -45
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19+ /* eslint-disable id-length */
20+
1921'use strict' ;
2022
2123/**
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.
2121// MODULES //
2222
2323var tape = require ( 'tape' ) ;
24- var FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL = require ( './../lib' ) ;
24+ var FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL = require ( './../lib' ) ; // eslint-disable-line id-length
2525
2626
2727// TESTS //
You can’t perform that action at this time.
0 commit comments