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 1
1
/*
2
2
* @license Apache-2.0
3
3
*
4
- * Copyright (c) 2019 The Stdlib Authors.
4
+ * Copyright (c) 2024 The Stdlib Authors.
5
5
*
6
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
2
* @license Apache-2.0
3
3
*
4
- * Copyright (c) 2019 The Stdlib Authors.
4
+ * Copyright (c) 2024 The Stdlib Authors.
5
5
*
6
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license Apache-2.0
3
3
*
4
- * Copyright (c) 2018 The Stdlib Authors.
4
+ * Copyright (c) 2024 The Stdlib Authors.
5
5
*
6
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
7
* you may not use this file except in compliance with the License.
18
18
19
19
'use strict' ;
20
20
21
- var FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL = require ( './../lib' ) ;
21
+ var FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL = require ( './../lib' ) ; // eslint-disable-line id-length
22
22
23
23
console . log ( FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL ) ;
24
24
// => -38
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
+ /* eslint-disable id-length */
20
+
19
21
'use strict' ;
20
22
21
23
/**
Original file line number Diff line number Diff line change 21
21
// MODULES //
22
22
23
23
var 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
25
25
26
26
27
27
// TESTS //
Original file line number Diff line number Diff line change 1
1
/*
2
2
* @license Apache-2.0
3
3
*
4
- * Copyright (c) 2019 The Stdlib Authors.
4
+ * Copyright (c) 2024 The Stdlib Authors.
5
5
*
6
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
2
* @license Apache-2.0
3
3
*
4
- * Copyright (c) 2019 The Stdlib Authors.
4
+ * Copyright (c) 2024 The Stdlib Authors.
5
5
*
6
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license Apache-2.0
3
3
*
4
- * Copyright (c) 2018 The Stdlib Authors.
4
+ * Copyright (c) 2024 The Stdlib Authors.
5
5
*
6
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
7
* you may not use this file except in compliance with the License.
18
18
19
19
'use strict' ;
20
20
21
- var FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL = require ( './../lib' ) ;
21
+ var FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL = require ( './../lib' ) ; // eslint-disable-line id-length
22
22
23
23
console . log ( FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL ) ;
24
24
// => -45
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
+ /* eslint-disable id-length */
20
+
19
21
'use strict' ;
20
22
21
23
/**
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license Apache-2.0
3
3
*
4
- * Copyright (c) 2018 The Stdlib Authors.
4
+ * Copyright (c) 2024 The Stdlib Authors.
5
5
*
6
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
7
* you may not use this file except in compliance with the License.
21
21
// MODULES //
22
22
23
23
var 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
25
25
26
26
27
27
// TESTS //
You can’t perform that action at this time.
0 commit comments