Skip to content

Commit

Permalink
Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 15, 2024
1 parent f907d3f commit c969f73
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 54 deletions.
1 change: 1 addition & 0 deletions math/base/special/cceil/coverage.ndjson
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[165,165,100,5,5,100,2,2,100,165,165,100,"e5bfdff2d2c137f84eb5f925f8d63a3729d05eb2","2024-11-14 18:49:47 -0800"]
34 changes: 17 additions & 17 deletions math/base/special/cceil/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,30 @@ <h1><a href="../../../../../index.html">All files</a> math/base/special/cceil/li
<div class='clearfix'>

<div class='fl pad1y space-right2'>
<span class="strong">97.57% </span>
<span class="strong">100% </span>
<span class="quiet">Statements</span>
<span class='fraction'>161/165</span>
<span class='fraction'>165/165</span>
</div>


<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Branches</span>
<span class='fraction'>4/4</span>
<span class='fraction'>5/5</span>
</div>


<div class='fl pad1y space-right2'>
<span class="strong">50% </span>
<span class="strong">100% </span>
<span class="quiet">Functions</span>
<span class='fraction'>1/2</span>
<span class='fraction'>2/2</span>
</div>


<div class='fl pad1y space-right2'>
<span class="strong">97.57% </span>
<span class="strong">100% </span>
<span class="quiet">Lines</span>
<span class='fraction'>161/165</span>
<span class='fraction'>165/165</span>
</div>


Expand All @@ -57,7 +57,7 @@ <h1><a href="../../../../../index.html">All files</a> math/base/special/cceil/li
<template id="filterTemplate">
<div class="quiet">
Filter:
<input oninput="onInput()" type="search" id="fileSearch">
<input type="search" id="fileSearch">
</div>
</template>
</div>
Expand Down Expand Up @@ -110,17 +110,17 @@ <h1><a href="../../../../../index.html">All files</a> math/base/special/cceil/li

<tr>
<td class="file high" data-value="native.js"><a href="native.js.html">native.js</a></td>
<td data-value="93.1" class="pic high">
<div class="chart"><div class="cover-fill" style="width: 93%"></div><div class="cover-empty" style="width: 7%"></div></div>
<td data-value="100" class="pic high">
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
</td>
<td data-value="93.1" class="pct high">93.1%</td>
<td data-value="58" class="abs high">54/58</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="58" class="abs high">58/58</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="2" class="abs high">2/2</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="1" class="abs high">1/1</td>
<td data-value="0" class="pct low">0%</td>
<td data-value="1" class="abs low">0/1</td>
<td data-value="93.1" class="pct high">93.1%</td>
<td data-value="58" class="abs high">54/58</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="58" class="abs high">58/58</td>
</tr>

</tbody>
Expand All @@ -131,7 +131,7 @@ <h1><a href="../../../../../index.html">All files</a> math/base/special/cceil/li
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-08-17T00:11:10.595Z
at 2024-11-15T02:51:51.164Z
</div>
<script src="../../../../../prettify.js"></script>
<script>
Expand Down
12 changes: 6 additions & 6 deletions math/base/special/cceil/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
<template id="filterTemplate">
<div class="quiet">
Filter:
<input oninput="onInput()" type="search" id="fileSearch">
<input type="search" id="fileSearch">
</div>
</template>
</div>
Expand Down Expand Up @@ -182,14 +182,14 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
'use strict';
&nbsp;
/**
* Round a double-precision floating-point complex number toward positive infinity.
* Round each component of a double-precision complex floating-point number toward positive infinity.
*
* @module @stdlib/math/base/special/cceil
*
* @example
* var Complex128 = require( '@stdlib/complex/float64' );
* var real = require( '@stdlib/complex/real' );
* var imag = require( '@stdlib/complex/imag' );
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
* var real = require( '@stdlib/complex/float64/real' );
* var imag = require( '@stdlib/complex/float64/imag' );
* var cceil = require( '@stdlib/math/base/special/cceil' );
*
* var v = cceil( new Complex128( -1.5, 2.5 ) );
Expand Down Expand Up @@ -217,7 +217,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-08-17T00:11:10.595Z
at 2024-11-15T02:51:51.164Z
</div>
<script src="../../../../../prettify.js"></script>
<script>
Expand Down
18 changes: 9 additions & 9 deletions math/base/special/cceil/main.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
<template id="filterTemplate">
<div class="quiet">
Filter:
<input oninput="onInput()" type="search" id="fileSearch">
<input type="search" id="fileSearch">
</div>
</template>
</div>
Expand Down Expand Up @@ -201,24 +201,24 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
&nbsp;
// MODULES //
&nbsp;
var Complex128 = require( '@stdlib/complex/float64' );
var Complex128 = require( '@stdlib/complex/float64/ctor' );
var ceil = require( '@stdlib/math/base/special/ceil' );
var real = require( '@stdlib/complex/real' );
var imag = require( '@stdlib/complex/imag' );
var real = require( '@stdlib/complex/float64/real' );
var imag = require( '@stdlib/complex/float64/imag' );
&nbsp;
&nbsp;
// MAIN //
&nbsp;
/**
* Rounds a complex number toward positive infinity.
* Rounds each component of a double-precision complex floating-point number toward positive infinity.
*
* @param {Complex128} z - complex number
* @returns {Complex128} result
*
* @example
* var Complex128 = require( '@stdlib/complex/float64' );
* var real = require( '@stdlib/complex/real' );
* var imag = require( '@stdlib/complex/imag' );
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
* var real = require( '@stdlib/complex/float64/real' );
* var imag = require( '@stdlib/complex/float64/imag' );
*
* var v = cceil( new Complex128( -1.5, 2.5 ) );
* // returns &lt;Complex128&gt;
Expand All @@ -244,7 +244,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-08-17T00:11:10.595Z
at 2024-11-15T02:51:51.164Z
</div>
<script src="../../../../../prettify.js"></script>
<script>
Expand Down
44 changes: 22 additions & 22 deletions math/base/special/cceil/native.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,30 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
<div class='clearfix'>

<div class='fl pad1y space-right2'>
<span class="strong">93.1% </span>
<span class="strong">100% </span>
<span class="quiet">Statements</span>
<span class='fraction'>54/58</span>
<span class='fraction'>58/58</span>
</div>


<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Branches</span>
<span class='fraction'>1/1</span>
<span class='fraction'>2/2</span>
</div>


<div class='fl pad1y space-right2'>
<span class="strong">0% </span>
<span class="strong">100% </span>
<span class="quiet">Functions</span>
<span class='fraction'>0/1</span>
<span class='fraction'>1/1</span>
</div>


<div class='fl pad1y space-right2'>
<span class="strong">93.1% </span>
<span class="strong">100% </span>
<span class="quiet">Lines</span>
<span class='fraction'>54/58</span>
<span class='fraction'>58/58</span>
</div>


Expand All @@ -57,7 +57,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
<template id="filterTemplate">
<div class="quiet">
Filter:
<input oninput="onInput()" type="search" id="fileSearch">
<input type="search" id="fileSearch">
</div>
</template>
</div>
Expand Down Expand Up @@ -170,10 +170,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-yes">8x</span>
<span class="cline-any cline-yes">8x</span>
<span class="cline-any cline-yes">8x</span>
<span class="cline-any cline-yes">8x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
Expand Down Expand Up @@ -201,23 +201,23 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
&nbsp;
// MODULES //
&nbsp;
var Complex128 = require( '@stdlib/complex/float64' );
var Complex128 = require( '@stdlib/complex/float64/ctor' );
var addon = require( './../src/addon.node' );
&nbsp;
&nbsp;
// MAIN //
&nbsp;
/**
* Rounds a complex number toward positive infinity.
* Rounds each component of a double-precision complex floating-point number toward positive infinity.
*
* @private
* @param {Complex128} z - complex number
* @returns {Complex128} result
*
* @example
* var Complex128 = require( '@stdlib/complex/float64' );
* var real = require( '@stdlib/complex/real' );
* var imag = require( '@stdlib/complex/imag' );
* var Complex128 = require( '@stdlib/complex/float64/ctor' );
* var real = require( '@stdlib/complex/float64/real' );
* var imag = require( '@stdlib/complex/float64/imag' );
*
* var v = cceil( new Complex128( -1.5, 2.5 ) );
* // returns &lt;Complex128&gt;
Expand All @@ -228,10 +228,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
* var im = imag( v );
* // returns 3.0
*/
<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >function cceil( z ) {</span></span>
<span class="cstat-no" title="statement not covered" > var v = addon( z );</span>
<span class="cstat-no" title="statement not covered" > return new Complex128( v.re, v.im );</span>
<span class="cstat-no" title="statement not covered" >}</span>
function cceil( z ) {
var v = addon( z );
return new Complex128( v.re, v.im );
}
&nbsp;
&nbsp;
// EXPORTS //
Expand All @@ -244,7 +244,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-08-17T00:11:10.595Z
at 2024-11-15T02:51:51.164Z
</div>
<script src="../../../../../prettify.js"></script>
<script>
Expand Down

0 comments on commit c969f73

Please sign in to comment.