Skip to content

Commit

Permalink
Deploying to gh-pages from @ 573adcb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Aug 23, 2024
1 parent 5bdd74a commit daef46f
Show file tree
Hide file tree
Showing 2 changed files with 953 additions and 29 deletions.
307 changes: 305 additions & 2 deletions arithmetic_factorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>
<tr>


<th>arg1 (i32)</th>
<th>arg1 (decimal<2,0>)</th>

<th>result (i32)</th>
<th>result (decimal<38,0>)</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -228,6 +228,102 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>
<td colspan="4"/>
</tr>

<tr class="bft-case">


<td>None</td>

<td>None</td>
</tr>
<tr class="bft-error-case bft-case-err-message" hidden>
<td colspan="4"/>
</tr>

<tr class="bft-case">


<td>0</td>

<td>1</td>
</tr>
<tr class="bft-error-case bft-case-err-message" hidden>
<td colspan="4"/>
</tr>

<tr class="bft-case">


<td>1</td>

<td>1</td>
</tr>
<tr class="bft-error-case bft-case-err-message" hidden>
<td colspan="4"/>
</tr>

<tr class="bft-case">


<td>20</td>

<td>2432902008176640000</td>
</tr>
<tr class="bft-error-case bft-case-err-message" hidden>
<td colspan="4"/>
</tr>
</tbody>
</table>

<table>
<caption>Examples demonstrating behavior on negative value</caption>
<thead>
<tr>


<th>arg1 (decimal<1,0>)</th>

<th>result (error)</th>
</tr>
</thead>
<tbody>

<tr class="bft-case">


<td>-1</td>

<td>ERROR</td>
</tr>
<tr class="bft-error-case bft-case-err-message" hidden>
<td colspan="4"/>
</tr>
</tbody>
</table>

<table>
<caption>test with null values</caption>
<thead>
<tr>


<th>arg1 (decimal<1, 0>)</th>

<th>result (decimal<38, 0>)</th>
</tr>
</thead>
<tbody>

<tr class="bft-case">


<td>None</td>

<td>None</td>
</tr>
<tr class="bft-error-case bft-case-err-message" hidden>
<td colspan="4"/>
</tr>

<tr class="bft-case">


Expand Down Expand Up @@ -268,6 +364,17 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>
<tr class="bft-error-case bft-case-err-message" hidden>
<td colspan="4"/>
</tr>

<tr class="bft-case">


<td>34</td>

<td>ERROR</td>
</tr>
<tr class="bft-error-case bft-case-err-message" hidden>
<td colspan="4"/>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -297,9 +404,37 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



null,



"There is no dialect information for this function",


],
kernels: [

Expand Down Expand Up @@ -333,6 +468,34 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>
"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",


],
kernels: [

Expand Down Expand Up @@ -363,9 +526,37 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



null,



"There is no dialect information for this function",


],
kernels: [

Expand Down Expand Up @@ -399,6 +590,34 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>
"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",


],
kernels: [

Expand Down Expand Up @@ -429,9 +648,37 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



null,



"There is no dialect information for this function",


],
kernels: [

Expand Down Expand Up @@ -462,9 +709,37 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>



null,



null,



null,



null,



null,



null,



"There is no dialect information for this function",



null,


],
kernels: [

Expand Down Expand Up @@ -498,6 +773,34 @@ <h3>Examples&nbsp;<a href="#examples">&para;</a></h3>
"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",



"There is no dialect information for this function",


],
kernels: [

Expand Down
Loading

0 comments on commit daef46f

Please sign in to comment.