Skip to content

Commit 025a16c

Browse files
committed
docs: apply review changes
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: passed - task: lint_repl_help status: passed - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: passed - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: passed - task: lint_license_headers status: passed --- --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: passed - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: passed - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: passed ---
1 parent cc78d6c commit 025a16c

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

lib/node_modules/@stdlib/constants/lapack/dsafmin/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
@license Apache-2.0
44
5-
Copyright (c) 2024 The Stdlib Authors.
5+
Copyright (c) 2025 The Stdlib Authors.
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# FLOAT64_LAPACK_SAFE_MIN
2222

23-
> Minimum safe [double-precision floating-point][ieee754] integer.
23+
> Smallest positive [safe][safe] [double-precision floating-point][ieee754] number.
2424
2525
<section class="usage">
2626

@@ -32,7 +32,7 @@ var FLOAT64_LAPACK_SAFE_MIN = require( '@stdlib/constants/lapack/dsafmin' );
3232

3333
#### FLOAT64_LAPACK_SAFE_MIN
3434

35-
The minimum [safe][safe] [double-precision floating-point][ieee754] integer.
35+
The smallest positive [safe][safe] [double-precision floating-point][ieee754] number.
3636

3737
```javascript
3838
var bool = ( FLOAT64_LAPACK_SAFE_MIN === 2.22507385850720138e-308 );
@@ -98,7 +98,7 @@ for ( i = 0; i < 100; i++ ) {
9898

9999
#### STDLIB_CONSTANT_FLOAT64_LAPACK_SAFE_MIN
100100

101-
Macro for the minimum [safe][safe] [double-precision floating-point][ieee754] integer.
101+
Macro for the smallest positive [safe][safe] [double-precision floating-point][ieee754] number.
102102

103103
</section>
104104

lib/node_modules/@stdlib/constants/lapack/dsafmin/docs/repl.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
{{alias}}
3-
Minimum safe double-precision floating-point integer.
3+
Smallest positive safe double-precision floating-point number.
44

5-
The minimum safe double-precision floating-point integer is given by
6-
`real(radix(0._dp),dp)**max(minexponent(0._dp)-1, 1-maxexponent(0._dp))`.
5+
The smallest positive safe double-precision floating-point number is given
6+
by `real(radix(0._dp),dp)**max(minexponent(0._dp)-1, 1-maxexponent(0._dp))`.
77

88
Examples
99
--------

lib/node_modules/@stdlib/constants/lapack/dsafmin/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 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.
@@ -19,7 +19,7 @@
1919
// TypeScript Version: 4.1
2020

2121
/**
22-
* Minimum safe double-precision floating-point integer.
22+
* Smallest positive safe double-precision floating-point number.
2323
*
2424
* @example
2525
* var min = FLOAT64_LAPACK_SAFE_MIN;

lib/node_modules/@stdlib/constants/lapack/dsafmin/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 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.

lib/node_modules/@stdlib/constants/lapack/dsafmin/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 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.

lib/node_modules/@stdlib/constants/lapack/dsafmin/include/stdlib/constants/float64/lapack_safe_min.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 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.
@@ -20,7 +20,7 @@
2020
#define STDLIB_CONSTANTS_FLOAT64_LAPACK_SAFE_MIN_H
2121

2222
/**
23-
* Macro for the minimum safe double-precision floating-point integer.
23+
* Macro for the smallest positive safe double-precision floating-point number.
2424
*/
2525
#define STDLIB_CONSTANT_FLOAT64_LAPACK_SAFE_MIN 2.22507385850720138e-308
2626

lib/node_modules/@stdlib/constants/lapack/dsafmin/lib/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 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.
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
/**
22-
* Minimum safe double-precision floating-point integer.
22+
* Smallest positive safe double-precision floating-point number.
2323
*
2424
* @module @stdlib/constants/lapack/dsafmin
2525
* @type {number}
@@ -33,7 +33,7 @@
3333
// MAIN //
3434

3535
/**
36-
* Minimum safe double-precision floating-point integer.
36+
* Smallest positive safe double-precision floating-point number.
3737
*
3838
* ## Notes
3939
*

lib/node_modules/@stdlib/constants/lapack/dsafmin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/constants/lapack/dsafmin",
33
"version": "0.0.0",
4-
"description": "Minimum safe double-precision floating-point integer.",
4+
"description": "Smallest positive safe double-precision floating-point number.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/constants/lapack/dsafmin/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 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.

0 commit comments

Comments
 (0)