Skip to content

Commit b78134f

Browse files
committed
Update artifacts
1 parent db93a00 commit b78134f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[52,52,100,1,1,100,0,0,100,52,52,100,"434062a302777fd3e3960c637a05adb542655dce","2025-12-10 08:26:58 +0530"]
1+
[52,52,100,1,1,100,0,0,100,52,52,100,"70c7c708400dadc7baadb3c2dc8b5fc67c82a7e3","2025-12-10 03:18:49 +0000"]

constants/float16/pi-squared/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1>All files</h1>
101101
<div class='footer quiet pad2 space-top1 center small'>
102102
Code coverage generated by
103103
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104-
at 2025-12-10T02:58:29.032Z
104+
at 2025-12-10T03:20:23.031Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

constants/float16/pi-squared/index.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
195195
*
196196
* @example
197197
* var FLOAT16_PI_SQUARED = require( '@stdlib/constants/float16/pi-squared' );
198-
* // returns 9.859375
198+
* // returns 9.8671875
199199
*/
200200
&nbsp;
201201
// MODULES //
@@ -210,10 +210,10 @@ <h1><a href="index.html">All files</a> index.js</h1>
210210
*
211211
* @constant
212212
* @type {number}
213-
* @default 9.859375
213+
* @default 9.8671875
214214
* @see [Wikipedia]{@link https://en.wikipedia.org/wiki/Pi}
215215
*/
216-
var FLOAT16_PI_SQUARED = float64ToFloat16( 9.859375 );
216+
var FLOAT16_PI_SQUARED = float64ToFloat16( 9.8671875 );
217217
&nbsp;
218218
&nbsp;
219219
// EXPORTS //
@@ -226,7 +226,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
226226
<div class='footer quiet pad2 space-top1 center small'>
227227
Code coverage generated by
228228
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
229-
at 2025-12-10T02:58:29.032Z
229+
at 2025-12-10T03:20:23.031Z
230230
</div>
231231
<script src="prettify.js"></script>
232232
<script>

0 commit comments

Comments
 (0)