File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed 
lib/node_modules/@stdlib/constants/lapack/dsafmin 
include/stdlib/constants/float64 Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 22
33@license Apache-2.0 
44
5- Copyright (c) 2024  The Stdlib Authors. 
5+ Copyright (c) 2025  The Stdlib Authors. 
66
77Licensed under the Apache License, Version 2.0 (the "License"); 
88you 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 
3838var  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
Original file line number Diff line number Diff line change 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    --------
Original file line number Diff line number Diff line change 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. 
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; 
Original file line number Diff line number Diff line change 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. 
Original file line number Diff line number Diff line change 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. 
Original file line number Diff line number Diff line change 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. 
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
Original file line number Diff line number Diff line change 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. 
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 } 
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* 
Original file line number Diff line number Diff line change 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" 
Original file line number Diff line number Diff line change 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. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments