Skip to content

Commit 3b967e8

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 619790e commit 3b967e8

File tree

1 file changed

+27
-65
lines changed

1 file changed

+27
-65
lines changed

lib/node_modules/@stdlib/math/special/data/unary_function_database.json

Lines changed: 27 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"casting": "none"
4848
}
4949
},
50-
"absgammalnf": {
50+
"absgammaln": {
5151
"input_dtypes": "real_and_generic",
5252
"output_dtypes": "real_floating_point_and_generic",
5353
"excluded_dtypes": [
@@ -58,8 +58,8 @@
5858
],
5959
"scalar_kernels": {
6060
"float32": "@stdlib/math/base/special/absgammalnf",
61-
"float64": "@stdlib/math/base/special/absgammalnf",
62-
"generic": "@stdlib/math/base/special/absgammalnf"
61+
"float64": "@stdlib/math/base/special/gammaln",
62+
"generic": "@stdlib/math/base/special/gammaln"
6363
},
6464
"policies": {
6565
"output": "real_floating_point_and_generic",
@@ -518,7 +518,7 @@
518518
},
519519
"bernoulli": {
520520
"input_dtypes": "real_and_generic",
521-
"output_dtypes": "real_and_generic",
521+
"output_dtypes": "real_floating_point_and_generic",
522522
"excluded_dtypes": [
523523
"float16",
524524
"uint8c",
@@ -531,7 +531,7 @@
531531
"generic": "@stdlib/math/base/special/bernoulli"
532532
},
533533
"policies": {
534-
"output": "real_and_generic",
534+
"output": "real_floating_point_and_generic",
535535
"casting": "none"
536536
}
537537
},
@@ -609,7 +609,7 @@
609609
},
610610
"binet": {
611611
"input_dtypes": "real_and_generic",
612-
"output_dtypes": "real_and_generic",
612+
"output_dtypes": "real_floating_point_and_generic",
613613
"excluded_dtypes": [
614614
"float16",
615615
"uint8c",
@@ -621,7 +621,7 @@
621621
"generic": "@stdlib/math/base/special/binet"
622622
},
623623
"policies": {
624-
"output": "real_and_generic",
624+
"output": "real_floating_point_and_generic",
625625
"casting": "none"
626626
}
627627
},
@@ -1084,7 +1084,6 @@
10841084
"uint64"
10851085
],
10861086
"scalar_kernels": {
1087-
"float32": "@stdlib/math/base/special/erf",
10881087
"float64": "@stdlib/math/base/special/erf",
10891088
"generic": "@stdlib/math/base/special/erf"
10901089
},
@@ -1167,7 +1166,7 @@
11671166
},
11681167
"exp": {
11691168
"input_dtypes": "numeric_and_generic",
1170-
"output_dtypes": "numeric_and_generic",
1169+
"output_dtypes": "floating_point_and_generic",
11711170
"excluded_dtypes": [
11721171
"float16",
11731172
"uint8c",
@@ -1181,7 +1180,7 @@
11811180
"generic": "@stdlib/math/base/special/exp"
11821181
},
11831182
"policies": {
1184-
"output": "numeric_and_generic",
1183+
"output": "floating_point_and_generic",
11851184
"casting": "none"
11861185
}
11871186
},
@@ -1333,7 +1332,7 @@
13331332
},
13341333
"fibonacci": {
13351334
"input_dtypes": "real_and_generic",
1336-
"output_dtypes": "real_and_generic",
1335+
"output_dtypes": "real_floating_point_and_generic",
13371336
"excluded_dtypes": [
13381337
"float16",
13391338
"uint8c",
@@ -1346,13 +1345,13 @@
13461345
"generic": "@stdlib/math/base/special/fibonacci"
13471346
},
13481347
"policies": {
1349-
"output": "real_and_generic",
1348+
"output": "real_floating_point_and_generic",
13501349
"casting": "none"
13511350
}
13521351
},
13531352
"fibonacci-index": {
13541353
"input_dtypes": "real_and_generic",
1355-
"output_dtypes": "real_and_generic",
1354+
"output_dtypes": "real_floating_point_and_generic",
13561355
"excluded_dtypes": [
13571356
"float16",
13581357
"uint8c",
@@ -1365,7 +1364,7 @@
13651364
"generic": "@stdlib/math/base/special/fibonacci-index"
13661365
},
13671366
"policies": {
1368-
"output": "real_and_generic",
1367+
"output": "real_floating_point_and_generic",
13691368
"casting": "none"
13701369
}
13711370
},
@@ -1501,25 +1500,6 @@
15011500
"casting": "none"
15021501
}
15031502
},
1504-
"frexp": {
1505-
"input_dtypes": "real_and_generic",
1506-
"output_dtypes": "numeric_and_generic",
1507-
"policies": {
1508-
"output": "numeric_and_generic",
1509-
"casting": "none"
1510-
},
1511-
"excluded_dtypes": [
1512-
"float16",
1513-
"uint8c",
1514-
"int64",
1515-
"uint64"
1516-
],
1517-
"scalar_kernels": {
1518-
"float32": "@stdlib/math/base/special/frexpf",
1519-
"float64": "@stdlib/math/base/special/frexp",
1520-
"generic": "@stdlib/math/base/special/frexp"
1521-
}
1522-
},
15231503
"gamma": {
15241504
"input_dtypes": "real_and_generic",
15251505
"output_dtypes": "real_floating_point_and_generic",
@@ -1593,24 +1573,6 @@
15931573
"casting": "none"
15941574
}
15951575
},
1596-
"gammaln": {
1597-
"input_dtypes": "real_and_generic",
1598-
"output_dtypes": "real_floating_point_and_generic",
1599-
"excluded_dtypes": [
1600-
"float16",
1601-
"uint8c",
1602-
"int64",
1603-
"uint64"
1604-
],
1605-
"scalar_kernels": {
1606-
"float64": "@stdlib/math/base/special/gammaln",
1607-
"generic": "@stdlib/math/base/special/gammaln"
1608-
},
1609-
"policies": {
1610-
"output": "real_floating_point_and_generic",
1611-
"casting": "none"
1612-
}
1613-
},
16141576
"gammasgn": {
16151577
"input_dtypes": "real_and_generic",
16161578
"output_dtypes": "real_floating_point_and_generic",
@@ -1708,7 +1670,7 @@
17081670
},
17091671
"inv": {
17101672
"input_dtypes": "numeric_and_generic",
1711-
"output_dtypes": "numeric_and_generic",
1673+
"output_dtypes": "floating_point_and_generic",
17121674
"excluded_dtypes": [
17131675
"float16",
17141676
"uint8c",
@@ -1724,7 +1686,7 @@
17241686
"generic": "@stdlib/math/base/special/inv"
17251687
},
17261688
"policies": {
1727-
"output": "numeric_and_generic",
1689+
"output": "floating_point_and_generic",
17281690
"casting": "none"
17291691
}
17301692
},
@@ -1876,7 +1838,7 @@
18761838
},
18771839
"lucas": {
18781840
"input_dtypes": "real_and_generic",
1879-
"output_dtypes": "real_and_generic",
1841+
"output_dtypes": "real_floating_point_and_generic",
18801842
"excluded_dtypes": [
18811843
"float16",
18821844
"uint8c",
@@ -1889,13 +1851,13 @@
18891851
"generic": "@stdlib/math/base/special/lucas"
18901852
},
18911853
"policies": {
1892-
"output": "real_and_generic",
1854+
"output": "real_floating_point_and_generic",
18931855
"casting": "none"
18941856
}
18951857
},
18961858
"negafibonacci": {
18971859
"input_dtypes": "real_and_generic",
1898-
"output_dtypes": "real_and_generic",
1860+
"output_dtypes": "real_floating_point_and_generic",
18991861
"excluded_dtypes": [
19001862
"float16",
19011863
"uint8c",
@@ -1908,13 +1870,13 @@
19081870
"generic": "@stdlib/math/base/special/negafibonacci"
19091871
},
19101872
"policies": {
1911-
"output": "real_and_generic",
1873+
"output": "real_floating_point_and_generic",
19121874
"casting": "none"
19131875
}
19141876
},
19151877
"negalucas": {
19161878
"input_dtypes": "real_and_generic",
1917-
"output_dtypes": "real_and_generic",
1879+
"output_dtypes": "real_floating_point_and_generic",
19181880
"excluded_dtypes": [
19191881
"float16",
19201882
"uint8c",
@@ -1927,13 +1889,13 @@
19271889
"generic": "@stdlib/math/base/special/negalucas"
19281890
},
19291891
"policies": {
1930-
"output": "real_and_generic",
1892+
"output": "real_floating_point_and_generic",
19311893
"casting": "none"
19321894
}
19331895
},
19341896
"nonfibonacci": {
19351897
"input_dtypes": "real_and_generic",
1936-
"output_dtypes": "real_and_generic",
1898+
"output_dtypes": "real_floating_point_and_generic",
19371899
"excluded_dtypes": [
19381900
"float16",
19391901
"uint8c",
@@ -1946,7 +1908,7 @@
19461908
"generic": "@stdlib/math/base/special/nonfibonacci"
19471909
},
19481910
"policies": {
1949-
"output": "real_and_generic",
1911+
"output": "real_floating_point_and_generic",
19501912
"casting": "none"
19511913
}
19521914
},
@@ -1971,7 +1933,7 @@
19711933
},
19721934
"ramp": {
19731935
"input_dtypes": "real_and_generic",
1974-
"output_dtypes": "real_floating_point_and_generic",
1936+
"output_dtypes": "real_and_generic",
19751937
"excluded_dtypes": [
19761938
"float16",
19771939
"uint8c",
@@ -1984,7 +1946,7 @@
19841946
"generic": "@stdlib/math/base/special/ramp"
19851947
},
19861948
"policies": {
1987-
"output": "real_floating_point_and_generic",
1949+
"output": "real_and_generic",
19881950
"casting": "none"
19891951
}
19901952
},
@@ -2457,7 +2419,7 @@
24572419
},
24582420
"tribonacci": {
24592421
"input_dtypes": "real_and_generic",
2460-
"output_dtypes": "real_and_generic",
2422+
"output_dtypes": "real_floating_point_and_generic",
24612423
"excluded_dtypes": [
24622424
"float16",
24632425
"uint8c",
@@ -2470,7 +2432,7 @@
24702432
"generic": "@stdlib/math/base/special/tribonacci"
24712433
},
24722434
"policies": {
2473-
"output": "real_and_generic",
2435+
"output": "real_floating_point_and_generic",
24742436
"casting": "none"
24752437
}
24762438
},

0 commit comments

Comments
 (0)