Skip to content

Commit efbae24

Browse files
committed
test: add tests
--- 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: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - 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: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 426f2b4 commit efbae24

File tree

12 files changed

+776
-1
lines changed

12 files changed

+776
-1
lines changed

lib/node_modules/@stdlib/lapack/base/dlartg/lib/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var sqrt = require( '@stdlib/math/base/special/sqrt' );
2525
var abs = require( '@stdlib/math/base/special/fast/abs' );
2626
var sign = require( '@stdlib/math/base/special/copysign' );
2727
var min = require( '@stdlib/math/base/special/fast/min' );
28-
var max = require( '@stdlib/math/base/special/fast/max' );
28+
var max = require( '@stdlib/math/base/special/maxn' );
2929

3030

3131
// VARIABLES //
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"F": [ 0.0 ],
3+
"offsetF": 0,
4+
"G": [ 5.0 ],
5+
"offsetG": 0,
6+
"S": [ 0.0 ],
7+
"offsetS": 0,
8+
"C": [ 0.0 ],
9+
"offsetC": 0,
10+
"R": [ 0.0 ],
11+
"offsetR": 0,
12+
13+
"S_out": [ 1.0 ],
14+
"C_out": [ 0.0 ],
15+
"R_out": [ 5.0 ]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"F": [ 5.0 ],
3+
"offsetF": 0,
4+
"G": [ 0.0 ],
5+
"offsetG": 0,
6+
"S": [ 0.0 ],
7+
"offsetS": 0,
8+
"C": [ 0.0 ],
9+
"offsetC": 0,
10+
"R": [ 0.0 ],
11+
"offsetR": 0,
12+
13+
"S_out": [ 0.0 ],
14+
"C_out": [ 1.0 ],
15+
"R_out": [ 5.0 ]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"F": [ 9.9999999999999997e+199 ],
3+
"offsetF": 0,
4+
"G": [ 9.9999999999999997E+199 ],
5+
"offsetG": 0,
6+
"S": [ 0.0 ],
7+
"offsetS": 0,
8+
"C": [ 0.0 ],
9+
"offsetC": 0,
10+
"R": [ 0.0 ],
11+
"offsetR": 0,
12+
13+
"S_out": [ 0.70710678118654746 ],
14+
"C_out": [ 0.70710678118654746 ],
15+
"R_out": [ 1.4142135623730950e+200 ]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"F": [ 3.0 ],
3+
"offsetF": 0,
4+
"G": [ 4.0 ],
5+
"offsetG": 0,
6+
"S": [ 0.0 ],
7+
"offsetS": 0,
8+
"C": [ 0.0 ],
9+
"offsetC": 0,
10+
"R": [ 0.0 ],
11+
"offsetR": 0,
12+
13+
"S_out": [ 0.8 ],
14+
"C_out": [ 0.6 ],
15+
"R_out": [ 5.0 ]
16+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"F": [
3+
9999,
4+
0
5+
],
6+
"offsetF": 1,
7+
"G": [
8+
9999,
9+
5
10+
],
11+
"offsetG": 1,
12+
"S": [
13+
9999,
14+
0
15+
],
16+
"offsetS": 1,
17+
"C": [
18+
9999,
19+
0
20+
],
21+
"offsetC": 1,
22+
"R": [
23+
9999,
24+
0
25+
],
26+
"offsetR": 1,
27+
"S_out": [
28+
9999,
29+
1
30+
],
31+
"C_out": [
32+
9999,
33+
0
34+
],
35+
"R_out": [
36+
9999,
37+
5
38+
]
39+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"F": [
3+
9999,
4+
5
5+
],
6+
"offsetF": 1,
7+
"G": [
8+
9999,
9+
0
10+
],
11+
"offsetG": 1,
12+
"S": [
13+
9999,
14+
0
15+
],
16+
"offsetS": 1,
17+
"C": [
18+
9999,
19+
0
20+
],
21+
"offsetC": 1,
22+
"R": [
23+
9999,
24+
0
25+
],
26+
"offsetR": 1,
27+
"S_out": [
28+
9999,
29+
0
30+
],
31+
"C_out": [
32+
9999,
33+
1
34+
],
35+
"R_out": [
36+
9999,
37+
5
38+
]
39+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"F": [
3+
9999,
4+
1e+200
5+
],
6+
"offsetF": 1,
7+
"G": [
8+
9999,
9+
1e+200
10+
],
11+
"offsetG": 1,
12+
"S": [
13+
9999,
14+
0
15+
],
16+
"offsetS": 1,
17+
"C": [
18+
9999,
19+
0
20+
],
21+
"offsetC": 1,
22+
"R": [
23+
9999,
24+
0
25+
],
26+
"offsetR": 1,
27+
"S_out": [
28+
9999,
29+
0.7071067811865475
30+
],
31+
"C_out": [
32+
9999,
33+
0.7071067811865475
34+
],
35+
"R_out": [
36+
9999,
37+
1.414213562373095e+200
38+
]
39+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"F": [
3+
9999,
4+
3
5+
],
6+
"offsetF": 1,
7+
"G": [
8+
9999,
9+
4
10+
],
11+
"offsetG": 1,
12+
"S": [
13+
9999,
14+
0
15+
],
16+
"offsetS": 1,
17+
"C": [
18+
9999,
19+
0
20+
],
21+
"offsetC": 1,
22+
"R": [
23+
9999,
24+
0
25+
],
26+
"offsetR": 1,
27+
"S_out": [
28+
9999,
29+
0.8
30+
],
31+
"C_out": [
32+
9999,
33+
0.6
34+
],
35+
"R_out": [
36+
9999,
37+
5
38+
]
39+
}

0 commit comments

Comments
 (0)