@stdlib/math-special 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2745 @@
1
+ {
2
+ "abs": {
3
+ "input_dtypes": "numeric_and_generic",
4
+ "output_dtypes": "real_and_generic",
5
+ "excluded_dtypes": [
6
+ "float16",
7
+ "int64",
8
+ "uint64",
9
+ "uint8c",
10
+ "complex32"
11
+ ],
12
+ "primary_dtype": "float64",
13
+ "scalar_kernels": {
14
+ "int32": "@stdlib/math/base/special/labs",
15
+ "uint8": "@stdlib/number/uint8/base/identity",
16
+ "uint16": "@stdlib/number/uint16/base/identity",
17
+ "uint32": "@stdlib/number/uint32/base/identity",
18
+ "float32": "@stdlib/math/base/special/absf",
19
+ "float64": "@stdlib/math/base/special/abs",
20
+ "complex64": "@stdlib/math/base/special/cabsf",
21
+ "complex128": "@stdlib/math/base/special/cabs",
22
+ "generic": "@stdlib/math/base/special/abs"
23
+ },
24
+ "policies": {
25
+ "output": "real_and_generic",
26
+ "casting": "none"
27
+ }
28
+ },
29
+ "abs2": {
30
+ "input_dtypes": "numeric_and_generic",
31
+ "output_dtypes": "real_and_generic",
32
+ "excluded_dtypes": [
33
+ "float16",
34
+ "int64",
35
+ "uint64",
36
+ "uint8c",
37
+ "complex32"
38
+ ],
39
+ "primary_dtype": "float64",
40
+ "scalar_kernels": {
41
+ "float32": "@stdlib/math/base/special/abs2f",
42
+ "float64": "@stdlib/math/base/special/abs2",
43
+ "complex64": "@stdlib/math/base/special/cabs2f",
44
+ "complex128": "@stdlib/math/base/special/cabs2",
45
+ "generic": "@stdlib/math/base/special/abs2"
46
+ },
47
+ "policies": {
48
+ "output": "real_and_generic",
49
+ "casting": "none"
50
+ }
51
+ },
52
+ "absgammaln": {
53
+ "input_dtypes": "real_and_generic",
54
+ "output_dtypes": "real_floating_point_and_generic",
55
+ "excluded_dtypes": [
56
+ "float16",
57
+ "uint8c",
58
+ "int64",
59
+ "uint64"
60
+ ],
61
+ "primary_dtype": "float64",
62
+ "scalar_kernels": {
63
+ "float32": "@stdlib/math/base/special/absgammalnf",
64
+ "float64": "@stdlib/math/base/special/gammaln",
65
+ "generic": "@stdlib/math/base/special/gammaln"
66
+ },
67
+ "policies": {
68
+ "output": "real_floating_point_and_generic",
69
+ "casting": "none"
70
+ }
71
+ },
72
+ "acos": {
73
+ "input_dtypes": "real_and_generic",
74
+ "output_dtypes": "real_floating_point_and_generic",
75
+ "excluded_dtypes": [
76
+ "float16",
77
+ "uint8c",
78
+ "int64",
79
+ "uint64"
80
+ ],
81
+ "primary_dtype": "float64",
82
+ "scalar_kernels": {
83
+ "float32": "@stdlib/math/base/special/acosf",
84
+ "float64": "@stdlib/math/base/special/acos",
85
+ "generic": "@stdlib/math/base/special/acos"
86
+ },
87
+ "policies": {
88
+ "output": "real_floating_point_and_generic",
89
+ "casting": "none"
90
+ }
91
+ },
92
+ "acosd": {
93
+ "input_dtypes": "real_and_generic",
94
+ "output_dtypes": "real_floating_point_and_generic",
95
+ "excluded_dtypes": [
96
+ "float16",
97
+ "uint8c",
98
+ "int64",
99
+ "uint64"
100
+ ],
101
+ "primary_dtype": "float64",
102
+ "scalar_kernels": {
103
+ "float32": "@stdlib/math/base/special/acosdf",
104
+ "float64": "@stdlib/math/base/special/acosd",
105
+ "generic": "@stdlib/math/base/special/acosd"
106
+ },
107
+ "policies": {
108
+ "output": "real_floating_point_and_generic",
109
+ "casting": "none"
110
+ }
111
+ },
112
+ "acosh": {
113
+ "input_dtypes": "real_and_generic",
114
+ "output_dtypes": "real_floating_point_and_generic",
115
+ "excluded_dtypes": [
116
+ "float16",
117
+ "uint8c",
118
+ "int64",
119
+ "uint64"
120
+ ],
121
+ "primary_dtype": "float64",
122
+ "scalar_kernels": {
123
+ "float64": "@stdlib/math/base/special/acosh",
124
+ "generic": "@stdlib/math/base/special/acosh"
125
+ },
126
+ "policies": {
127
+ "output": "real_floating_point_and_generic",
128
+ "casting": "none"
129
+ }
130
+ },
131
+ "acot": {
132
+ "input_dtypes": "real_and_generic",
133
+ "output_dtypes": "real_floating_point_and_generic",
134
+ "excluded_dtypes": [
135
+ "float16",
136
+ "uint8c",
137
+ "int64",
138
+ "uint64"
139
+ ],
140
+ "primary_dtype": "float64",
141
+ "scalar_kernels": {
142
+ "float32": "@stdlib/math/base/special/acotf",
143
+ "float64": "@stdlib/math/base/special/acot",
144
+ "generic": "@stdlib/math/base/special/acot"
145
+ },
146
+ "policies": {
147
+ "output": "real_floating_point_and_generic",
148
+ "casting": "none"
149
+ }
150
+ },
151
+ "acotd": {
152
+ "input_dtypes": "real_and_generic",
153
+ "output_dtypes": "real_floating_point_and_generic",
154
+ "excluded_dtypes": [
155
+ "float16",
156
+ "uint8c",
157
+ "int64",
158
+ "uint64"
159
+ ],
160
+ "primary_dtype": "float64",
161
+ "scalar_kernels": {
162
+ "float32": "@stdlib/math/base/special/acotdf",
163
+ "float64": "@stdlib/math/base/special/acotd",
164
+ "generic": "@stdlib/math/base/special/acotd"
165
+ },
166
+ "policies": {
167
+ "output": "real_floating_point_and_generic",
168
+ "casting": "none"
169
+ }
170
+ },
171
+ "acoth": {
172
+ "input_dtypes": "real_and_generic",
173
+ "output_dtypes": "real_floating_point_and_generic",
174
+ "excluded_dtypes": [
175
+ "float16",
176
+ "uint8c",
177
+ "int64",
178
+ "uint64"
179
+ ],
180
+ "primary_dtype": "float64",
181
+ "scalar_kernels": {
182
+ "float64": "@stdlib/math/base/special/acoth",
183
+ "generic": "@stdlib/math/base/special/acoth"
184
+ },
185
+ "policies": {
186
+ "output": "real_floating_point_and_generic",
187
+ "casting": "none"
188
+ }
189
+ },
190
+ "acovercos": {
191
+ "input_dtypes": "real_and_generic",
192
+ "output_dtypes": "real_floating_point_and_generic",
193
+ "excluded_dtypes": [
194
+ "float16",
195
+ "uint8c",
196
+ "int64",
197
+ "uint64"
198
+ ],
199
+ "primary_dtype": "float64",
200
+ "scalar_kernels": {
201
+ "float32": "@stdlib/math/base/special/acovercosf",
202
+ "float64": "@stdlib/math/base/special/acovercos",
203
+ "generic": "@stdlib/math/base/special/acovercos"
204
+ },
205
+ "policies": {
206
+ "output": "real_floating_point_and_generic",
207
+ "casting": "none"
208
+ }
209
+ },
210
+ "acoversin": {
211
+ "input_dtypes": "real_and_generic",
212
+ "output_dtypes": "real_floating_point_and_generic",
213
+ "excluded_dtypes": [
214
+ "float16",
215
+ "uint8c",
216
+ "int64",
217
+ "uint64"
218
+ ],
219
+ "primary_dtype": "float64",
220
+ "scalar_kernels": {
221
+ "float32": "@stdlib/math/base/special/acoversinf",
222
+ "float64": "@stdlib/math/base/special/acoversin",
223
+ "generic": "@stdlib/math/base/special/acoversin"
224
+ },
225
+ "policies": {
226
+ "output": "real_floating_point_and_generic",
227
+ "casting": "none"
228
+ }
229
+ },
230
+ "acsc": {
231
+ "input_dtypes": "real_and_generic",
232
+ "output_dtypes": "real_floating_point_and_generic",
233
+ "excluded_dtypes": [
234
+ "float16",
235
+ "uint8c",
236
+ "int64",
237
+ "uint64"
238
+ ],
239
+ "primary_dtype": "float64",
240
+ "scalar_kernels": {
241
+ "float32": "@stdlib/math/base/special/acscf",
242
+ "float64": "@stdlib/math/base/special/acsc",
243
+ "generic": "@stdlib/math/base/special/acsc"
244
+ },
245
+ "policies": {
246
+ "output": "real_floating_point_and_generic",
247
+ "casting": "none"
248
+ }
249
+ },
250
+ "acscd": {
251
+ "input_dtypes": "real_and_generic",
252
+ "output_dtypes": "real_floating_point_and_generic",
253
+ "excluded_dtypes": [
254
+ "float16",
255
+ "uint8c",
256
+ "int64",
257
+ "uint64"
258
+ ],
259
+ "primary_dtype": "float64",
260
+ "scalar_kernels": {
261
+ "float32": "@stdlib/math/base/special/acscdf",
262
+ "float64": "@stdlib/math/base/special/acscd",
263
+ "generic": "@stdlib/math/base/special/acscd"
264
+ },
265
+ "policies": {
266
+ "output": "real_floating_point_and_generic",
267
+ "casting": "none"
268
+ }
269
+ },
270
+ "acsch": {
271
+ "input_dtypes": "real_and_generic",
272
+ "output_dtypes": "real_floating_point_and_generic",
273
+ "excluded_dtypes": [
274
+ "float16",
275
+ "uint8c",
276
+ "int64",
277
+ "uint64"
278
+ ],
279
+ "primary_dtype": "float64",
280
+ "scalar_kernels": {
281
+ "float64": "@stdlib/math/base/special/acsch",
282
+ "generic": "@stdlib/math/base/special/acsch"
283
+ },
284
+ "policies": {
285
+ "output": "real_floating_point_and_generic",
286
+ "casting": "none"
287
+ }
288
+ },
289
+ "ahavercos": {
290
+ "input_dtypes": "real_and_generic",
291
+ "output_dtypes": "real_floating_point_and_generic",
292
+ "excluded_dtypes": [
293
+ "float16",
294
+ "uint8c",
295
+ "int64",
296
+ "uint64"
297
+ ],
298
+ "primary_dtype": "float64",
299
+ "scalar_kernels": {
300
+ "float32": "@stdlib/math/base/special/ahavercosf",
301
+ "float64": "@stdlib/math/base/special/ahavercos",
302
+ "generic": "@stdlib/math/base/special/ahavercos"
303
+ },
304
+ "policies": {
305
+ "output": "real_floating_point_and_generic",
306
+ "casting": "none"
307
+ }
308
+ },
309
+ "ahaversin": {
310
+ "input_dtypes": "real_and_generic",
311
+ "output_dtypes": "real_floating_point_and_generic",
312
+ "excluded_dtypes": [
313
+ "float16",
314
+ "uint8c",
315
+ "int64",
316
+ "uint64"
317
+ ],
318
+ "primary_dtype": "float64",
319
+ "scalar_kernels": {
320
+ "float32": "@stdlib/math/base/special/ahaversinf",
321
+ "float64": "@stdlib/math/base/special/ahaversin",
322
+ "generic": "@stdlib/math/base/special/ahaversin"
323
+ },
324
+ "policies": {
325
+ "output": "real_floating_point_and_generic",
326
+ "casting": "none"
327
+ }
328
+ },
329
+ "asec": {
330
+ "input_dtypes": "real_and_generic",
331
+ "output_dtypes": "real_floating_point_and_generic",
332
+ "excluded_dtypes": [
333
+ "float16",
334
+ "uint8c",
335
+ "int64",
336
+ "uint64"
337
+ ],
338
+ "primary_dtype": "float64",
339
+ "scalar_kernels": {
340
+ "float32": "@stdlib/math/base/special/asecf",
341
+ "float64": "@stdlib/math/base/special/asec",
342
+ "generic": "@stdlib/math/base/special/asec"
343
+ },
344
+ "policies": {
345
+ "output": "real_floating_point_and_generic",
346
+ "casting": "none"
347
+ }
348
+ },
349
+ "asecd": {
350
+ "input_dtypes": "real_and_generic",
351
+ "output_dtypes": "real_floating_point_and_generic",
352
+ "excluded_dtypes": [
353
+ "float16",
354
+ "uint8c",
355
+ "int64",
356
+ "uint64"
357
+ ],
358
+ "primary_dtype": "float64",
359
+ "scalar_kernels": {
360
+ "float32": "@stdlib/math/base/special/asecdf",
361
+ "float64": "@stdlib/math/base/special/asecd",
362
+ "generic": "@stdlib/math/base/special/asecd"
363
+ },
364
+ "policies": {
365
+ "output": "real_floating_point_and_generic",
366
+ "casting": "none"
367
+ }
368
+ },
369
+ "asech": {
370
+ "input_dtypes": "real_and_generic",
371
+ "output_dtypes": "real_floating_point_and_generic",
372
+ "excluded_dtypes": [
373
+ "float16",
374
+ "uint8c",
375
+ "int64",
376
+ "uint64"
377
+ ],
378
+ "primary_dtype": "float64",
379
+ "scalar_kernels": {
380
+ "float64": "@stdlib/math/base/special/asech",
381
+ "generic": "@stdlib/math/base/special/asech"
382
+ },
383
+ "policies": {
384
+ "output": "real_floating_point_and_generic",
385
+ "casting": "none"
386
+ }
387
+ },
388
+ "asin": {
389
+ "input_dtypes": "real_and_generic",
390
+ "output_dtypes": "real_floating_point_and_generic",
391
+ "excluded_dtypes": [
392
+ "float16",
393
+ "uint8c",
394
+ "int64",
395
+ "uint64"
396
+ ],
397
+ "primary_dtype": "float64",
398
+ "scalar_kernels": {
399
+ "float32": "@stdlib/math/base/special/asinf",
400
+ "float64": "@stdlib/math/base/special/asin",
401
+ "generic": "@stdlib/math/base/special/asin"
402
+ },
403
+ "policies": {
404
+ "output": "real_floating_point_and_generic",
405
+ "casting": "none"
406
+ }
407
+ },
408
+ "asind": {
409
+ "input_dtypes": "real_and_generic",
410
+ "output_dtypes": "real_floating_point_and_generic",
411
+ "excluded_dtypes": [
412
+ "float16",
413
+ "uint8c",
414
+ "int64",
415
+ "uint64"
416
+ ],
417
+ "primary_dtype": "float64",
418
+ "scalar_kernels": {
419
+ "float32": "@stdlib/math/base/special/asindf",
420
+ "float64": "@stdlib/math/base/special/asind",
421
+ "generic": "@stdlib/math/base/special/asind"
422
+ },
423
+ "policies": {
424
+ "output": "real_floating_point_and_generic",
425
+ "casting": "none"
426
+ }
427
+ },
428
+ "asinh": {
429
+ "input_dtypes": "real_and_generic",
430
+ "output_dtypes": "real_floating_point_and_generic",
431
+ "excluded_dtypes": [
432
+ "float16",
433
+ "uint8c",
434
+ "int64",
435
+ "uint64"
436
+ ],
437
+ "primary_dtype": "float64",
438
+ "scalar_kernels": {
439
+ "float64": "@stdlib/math/base/special/asinh",
440
+ "generic": "@stdlib/math/base/special/asinh"
441
+ },
442
+ "policies": {
443
+ "output": "real_floating_point_and_generic",
444
+ "casting": "none"
445
+ }
446
+ },
447
+ "atan": {
448
+ "input_dtypes": "real_and_generic",
449
+ "output_dtypes": "real_floating_point_and_generic",
450
+ "excluded_dtypes": [
451
+ "float16",
452
+ "uint8c",
453
+ "int64",
454
+ "uint64"
455
+ ],
456
+ "primary_dtype": "float64",
457
+ "scalar_kernels": {
458
+ "float32": "@stdlib/math/base/special/atanf",
459
+ "float64": "@stdlib/math/base/special/atan",
460
+ "generic": "@stdlib/math/base/special/atan"
461
+ },
462
+ "policies": {
463
+ "output": "real_floating_point_and_generic",
464
+ "casting": "none"
465
+ }
466
+ },
467
+ "atand": {
468
+ "input_dtypes": "real_and_generic",
469
+ "output_dtypes": "real_floating_point_and_generic",
470
+ "excluded_dtypes": [
471
+ "float16",
472
+ "uint8c",
473
+ "int64",
474
+ "uint64"
475
+ ],
476
+ "primary_dtype": "float64",
477
+ "scalar_kernels": {
478
+ "float32": "@stdlib/math/base/special/atandf",
479
+ "float64": "@stdlib/math/base/special/atand",
480
+ "generic": "@stdlib/math/base/special/atand"
481
+ },
482
+ "policies": {
483
+ "output": "real_floating_point_and_generic",
484
+ "casting": "none"
485
+ }
486
+ },
487
+ "atanh": {
488
+ "input_dtypes": "real_and_generic",
489
+ "output_dtypes": "real_floating_point_and_generic",
490
+ "excluded_dtypes": [
491
+ "float16",
492
+ "uint8c",
493
+ "int64",
494
+ "uint64"
495
+ ],
496
+ "primary_dtype": "float64",
497
+ "scalar_kernels": {
498
+ "float64": "@stdlib/math/base/special/atanh",
499
+ "generic": "@stdlib/math/base/special/atanh"
500
+ },
501
+ "policies": {
502
+ "output": "real_floating_point_and_generic",
503
+ "casting": "none"
504
+ }
505
+ },
506
+ "avercos": {
507
+ "input_dtypes": "real_and_generic",
508
+ "output_dtypes": "real_floating_point_and_generic",
509
+ "excluded_dtypes": [
510
+ "float16",
511
+ "uint8c",
512
+ "int64",
513
+ "uint64"
514
+ ],
515
+ "primary_dtype": "float64",
516
+ "scalar_kernels": {
517
+ "float32": "@stdlib/math/base/special/avercosf",
518
+ "float64": "@stdlib/math/base/special/avercos",
519
+ "generic": "@stdlib/math/base/special/avercos"
520
+ },
521
+ "policies": {
522
+ "output": "real_floating_point_and_generic",
523
+ "casting": "none"
524
+ }
525
+ },
526
+ "aversin": {
527
+ "input_dtypes": "real_and_generic",
528
+ "output_dtypes": "real_floating_point_and_generic",
529
+ "excluded_dtypes": [
530
+ "float16",
531
+ "uint8c",
532
+ "int64",
533
+ "uint64"
534
+ ],
535
+ "primary_dtype": "float64",
536
+ "scalar_kernels": {
537
+ "float32": "@stdlib/math/base/special/aversinf",
538
+ "float64": "@stdlib/math/base/special/aversin",
539
+ "generic": "@stdlib/math/base/special/aversin"
540
+ },
541
+ "policies": {
542
+ "output": "real_floating_point_and_generic",
543
+ "casting": "none"
544
+ }
545
+ },
546
+ "bernoulli": {
547
+ "input_dtypes": "real_and_generic",
548
+ "output_dtypes": "real_floating_point_and_generic",
549
+ "excluded_dtypes": [
550
+ "float16",
551
+ "uint8c",
552
+ "int64",
553
+ "uint64"
554
+ ],
555
+ "primary_dtype": "float64",
556
+ "scalar_kernels": {
557
+ "float32": "@stdlib/math/base/special/bernoullif",
558
+ "float64": "@stdlib/math/base/special/bernoulli",
559
+ "generic": "@stdlib/math/base/special/bernoulli"
560
+ },
561
+ "policies": {
562
+ "output": "real_floating_point_and_generic",
563
+ "casting": "none"
564
+ }
565
+ },
566
+ "besselj0": {
567
+ "input_dtypes": "real_and_generic",
568
+ "output_dtypes": "real_floating_point_and_generic",
569
+ "excluded_dtypes": [
570
+ "float16",
571
+ "uint8c",
572
+ "int64",
573
+ "uint64"
574
+ ],
575
+ "primary_dtype": "float64",
576
+ "scalar_kernels": {
577
+ "float64": "@stdlib/math/base/special/besselj0",
578
+ "generic": "@stdlib/math/base/special/besselj0"
579
+ },
580
+ "policies": {
581
+ "output": "real_floating_point_and_generic",
582
+ "casting": "none"
583
+ }
584
+ },
585
+ "besselj1": {
586
+ "input_dtypes": "real_and_generic",
587
+ "output_dtypes": "real_floating_point_and_generic",
588
+ "excluded_dtypes": [
589
+ "float16",
590
+ "uint8c",
591
+ "int64",
592
+ "uint64"
593
+ ],
594
+ "primary_dtype": "float64",
595
+ "scalar_kernels": {
596
+ "float64": "@stdlib/math/base/special/besselj1",
597
+ "generic": "@stdlib/math/base/special/besselj1"
598
+ },
599
+ "policies": {
600
+ "output": "real_floating_point_and_generic",
601
+ "casting": "none"
602
+ }
603
+ },
604
+ "bessely0": {
605
+ "input_dtypes": "real_and_generic",
606
+ "output_dtypes": "real_floating_point_and_generic",
607
+ "excluded_dtypes": [
608
+ "float16",
609
+ "uint8c",
610
+ "int64",
611
+ "uint64"
612
+ ],
613
+ "primary_dtype": "float64",
614
+ "scalar_kernels": {
615
+ "float64": "@stdlib/math/base/special/bessely0",
616
+ "generic": "@stdlib/math/base/special/bessely0"
617
+ },
618
+ "policies": {
619
+ "output": "real_floating_point_and_generic",
620
+ "casting": "none"
621
+ }
622
+ },
623
+ "bessely1": {
624
+ "input_dtypes": "real_and_generic",
625
+ "output_dtypes": "real_floating_point_and_generic",
626
+ "excluded_dtypes": [
627
+ "float16",
628
+ "uint8c",
629
+ "int64",
630
+ "uint64"
631
+ ],
632
+ "primary_dtype": "float64",
633
+ "scalar_kernels": {
634
+ "float64": "@stdlib/math/base/special/bessely1",
635
+ "generic": "@stdlib/math/base/special/bessely1"
636
+ },
637
+ "policies": {
638
+ "output": "real_floating_point_and_generic",
639
+ "casting": "none"
640
+ }
641
+ },
642
+ "binet": {
643
+ "input_dtypes": "real_and_generic",
644
+ "output_dtypes": "real_floating_point_and_generic",
645
+ "excluded_dtypes": [
646
+ "float16",
647
+ "uint8c",
648
+ "int64",
649
+ "uint64"
650
+ ],
651
+ "primary_dtype": "float64",
652
+ "scalar_kernels": {
653
+ "float64": "@stdlib/math/base/special/binet",
654
+ "generic": "@stdlib/math/base/special/binet"
655
+ },
656
+ "policies": {
657
+ "output": "real_floating_point_and_generic",
658
+ "casting": "none"
659
+ }
660
+ },
661
+ "cbrt": {
662
+ "input_dtypes": "real_and_generic",
663
+ "output_dtypes": "real_floating_point_and_generic",
664
+ "excluded_dtypes": [
665
+ "float16",
666
+ "uint8c",
667
+ "int64",
668
+ "uint64"
669
+ ],
670
+ "primary_dtype": "float64",
671
+ "scalar_kernels": {
672
+ "float32": "@stdlib/math/base/special/cbrtf",
673
+ "float64": "@stdlib/math/base/special/cbrt",
674
+ "generic": "@stdlib/math/base/special/cbrt"
675
+ },
676
+ "policies": {
677
+ "output": "real_floating_point_and_generic",
678
+ "casting": "none"
679
+ }
680
+ },
681
+ "ccis": {
682
+ "input_dtypes": "complex_floating_point",
683
+ "output_dtypes": "complex_floating_point_and_generic",
684
+ "excluded_dtypes": [
685
+ "float16",
686
+ "uint8c",
687
+ "int64",
688
+ "uint64",
689
+ "complex32"
690
+ ],
691
+ "primary_dtype": "complex128",
692
+ "scalar_kernels": {
693
+ "complex128": "@stdlib/math/base/special/ccis",
694
+ "generic": "@stdlib/math/base/special/ccis"
695
+ },
696
+ "policies": {
697
+ "output": "complex_floating_point_and_generic",
698
+ "casting": "none"
699
+ }
700
+ },
701
+ "ceil": {
702
+ "input_dtypes": "numeric_and_generic",
703
+ "output_dtypes": "numeric_and_generic",
704
+ "excluded_dtypes": [
705
+ "float16",
706
+ "uint8c",
707
+ "complex32",
708
+ "int64",
709
+ "uint64"
710
+ ],
711
+ "primary_dtype": "float64",
712
+ "scalar_kernels": {
713
+ "int8": "@stdlib/number/int8/base/identity",
714
+ "int16": "@stdlib/number/int16/base/identity",
715
+ "int32": "@stdlib/number/int32/base/identity",
716
+ "uint8": "@stdlib/number/uint8/base/identity",
717
+ "uint16": "@stdlib/number/uint16/base/identity",
718
+ "uint32": "@stdlib/number/uint32/base/identity",
719
+ "float32": "@stdlib/math/base/special/ceilf",
720
+ "float64": "@stdlib/math/base/special/ceil",
721
+ "complex64": "@stdlib/math/base/special/cceilf",
722
+ "complex128": "@stdlib/math/base/special/cceil",
723
+ "generic": "@stdlib/math/base/special/ceil"
724
+ },
725
+ "policies": {
726
+ "output": "numeric_and_generic",
727
+ "casting": "none"
728
+ }
729
+ },
730
+ "ceil10": {
731
+ "input_dtypes": "numeric_and_generic",
732
+ "output_dtypes": "numeric_and_generic",
733
+ "excluded_dtypes": [
734
+ "float16",
735
+ "uint8c",
736
+ "complex32",
737
+ "int64",
738
+ "uint64"
739
+ ],
740
+ "primary_dtype": "float64",
741
+ "scalar_kernels": {
742
+ "int8": "@stdlib/number/int8/base/identity",
743
+ "int16": "@stdlib/number/int16/base/identity",
744
+ "int32": "@stdlib/number/int32/base/identity",
745
+ "uint8": "@stdlib/number/uint8/base/identity",
746
+ "uint16": "@stdlib/number/uint16/base/identity",
747
+ "uint32": "@stdlib/number/uint32/base/identity",
748
+ "float64": "@stdlib/math/base/special/ceil10",
749
+ "generic": "@stdlib/math/base/special/ceil10"
750
+ },
751
+ "policies": {
752
+ "output": "numeric_and_generic",
753
+ "casting": "none"
754
+ }
755
+ },
756
+ "ceil2": {
757
+ "input_dtypes": "numeric_and_generic",
758
+ "output_dtypes": "numeric_and_generic",
759
+ "excluded_dtypes": [
760
+ "float16",
761
+ "uint8c",
762
+ "complex32",
763
+ "int64",
764
+ "uint64"
765
+ ],
766
+ "primary_dtype": "float64",
767
+ "scalar_kernels": {
768
+ "int8": "@stdlib/number/int8/base/identity",
769
+ "int16": "@stdlib/number/int16/base/identity",
770
+ "int32": "@stdlib/number/int32/base/identity",
771
+ "uint8": "@stdlib/number/uint8/base/identity",
772
+ "uint16": "@stdlib/number/uint16/base/identity",
773
+ "uint32": "@stdlib/number/uint32/base/identity",
774
+ "float64": "@stdlib/math/base/special/ceil2",
775
+ "generic": "@stdlib/math/base/special/ceil2"
776
+ },
777
+ "policies": {
778
+ "output": "numeric_and_generic",
779
+ "casting": "none"
780
+ }
781
+ },
782
+ "cos": {
783
+ "input_dtypes": "real_and_generic",
784
+ "output_dtypes": "real_floating_point_and_generic",
785
+ "excluded_dtypes": [
786
+ "float16",
787
+ "uint8c",
788
+ "int64",
789
+ "uint64"
790
+ ],
791
+ "primary_dtype": "float64",
792
+ "scalar_kernels": {
793
+ "float32": "@stdlib/math/base/special/cosf",
794
+ "float64": "@stdlib/math/base/special/cos",
795
+ "generic": "@stdlib/math/base/special/cos"
796
+ },
797
+ "policies": {
798
+ "output": "real_floating_point_and_generic",
799
+ "casting": "none"
800
+ }
801
+ },
802
+ "cosd": {
803
+ "input_dtypes": "real_and_generic",
804
+ "output_dtypes": "real_floating_point_and_generic",
805
+ "excluded_dtypes": [
806
+ "float16",
807
+ "uint8c",
808
+ "int64",
809
+ "uint64"
810
+ ],
811
+ "primary_dtype": "float64",
812
+ "scalar_kernels": {
813
+ "float32": "@stdlib/math/base/special/cosdf",
814
+ "float64": "@stdlib/math/base/special/cosd",
815
+ "generic": "@stdlib/math/base/special/cosd"
816
+ },
817
+ "policies": {
818
+ "output": "real_floating_point_and_generic",
819
+ "casting": "none"
820
+ }
821
+ },
822
+ "cosh": {
823
+ "input_dtypes": "real_and_generic",
824
+ "output_dtypes": "real_floating_point_and_generic",
825
+ "excluded_dtypes": [
826
+ "float16",
827
+ "uint8c",
828
+ "int64",
829
+ "uint64"
830
+ ],
831
+ "primary_dtype": "float64",
832
+ "scalar_kernels": {
833
+ "float64": "@stdlib/math/base/special/cosh",
834
+ "generic": "@stdlib/math/base/special/cosh"
835
+ },
836
+ "policies": {
837
+ "output": "real_floating_point_and_generic",
838
+ "casting": "none"
839
+ }
840
+ },
841
+ "cosm1": {
842
+ "input_dtypes": "real_and_generic",
843
+ "output_dtypes": "real_floating_point_and_generic",
844
+ "excluded_dtypes": [
845
+ "float16",
846
+ "uint8c",
847
+ "int64",
848
+ "uint64"
849
+ ],
850
+ "primary_dtype": "float64",
851
+ "scalar_kernels": {
852
+ "float32": "@stdlib/math/base/special/cosm1f",
853
+ "float64": "@stdlib/math/base/special/cosm1",
854
+ "generic": "@stdlib/math/base/special/cosm1"
855
+ },
856
+ "policies": {
857
+ "output": "real_floating_point_and_generic",
858
+ "casting": "none"
859
+ }
860
+ },
861
+ "cospi": {
862
+ "input_dtypes": "real_and_generic",
863
+ "output_dtypes": "real_floating_point_and_generic",
864
+ "excluded_dtypes": [
865
+ "float16",
866
+ "uint8c",
867
+ "int64",
868
+ "uint64"
869
+ ],
870
+ "primary_dtype": "float64",
871
+ "scalar_kernels": {
872
+ "float32": "@stdlib/math/base/special/cospif",
873
+ "float64": "@stdlib/math/base/special/cospi",
874
+ "generic": "@stdlib/math/base/special/cospi"
875
+ },
876
+ "policies": {
877
+ "output": "real_floating_point_and_generic",
878
+ "casting": "none"
879
+ }
880
+ },
881
+ "cot": {
882
+ "input_dtypes": "real_and_generic",
883
+ "output_dtypes": "real_floating_point_and_generic",
884
+ "excluded_dtypes": [
885
+ "float16",
886
+ "uint8c",
887
+ "int64",
888
+ "uint64"
889
+ ],
890
+ "primary_dtype": "float64",
891
+ "scalar_kernels": {
892
+ "float32": "@stdlib/math/base/special/cotf",
893
+ "float64": "@stdlib/math/base/special/cot",
894
+ "generic": "@stdlib/math/base/special/cot"
895
+ },
896
+ "policies": {
897
+ "output": "real_floating_point_and_generic",
898
+ "casting": "none"
899
+ }
900
+ },
901
+ "cotd": {
902
+ "input_dtypes": "real_and_generic",
903
+ "output_dtypes": "real_floating_point_and_generic",
904
+ "excluded_dtypes": [
905
+ "float16",
906
+ "uint8c",
907
+ "int64",
908
+ "uint64"
909
+ ],
910
+ "primary_dtype": "float64",
911
+ "scalar_kernels": {
912
+ "float64": "@stdlib/math/base/special/cotd",
913
+ "generic": "@stdlib/math/base/special/cotd"
914
+ },
915
+ "policies": {
916
+ "output": "real_floating_point_and_generic",
917
+ "casting": "none"
918
+ }
919
+ },
920
+ "coth": {
921
+ "input_dtypes": "real_and_generic",
922
+ "output_dtypes": "real_floating_point_and_generic",
923
+ "excluded_dtypes": [
924
+ "float16",
925
+ "uint8c",
926
+ "int64",
927
+ "uint64"
928
+ ],
929
+ "primary_dtype": "float64",
930
+ "scalar_kernels": {
931
+ "float64": "@stdlib/math/base/special/coth",
932
+ "generic": "@stdlib/math/base/special/coth"
933
+ },
934
+ "policies": {
935
+ "output": "real_floating_point_and_generic",
936
+ "casting": "none"
937
+ }
938
+ },
939
+ "covercos": {
940
+ "input_dtypes": "real_and_generic",
941
+ "output_dtypes": "real_floating_point_and_generic",
942
+ "excluded_dtypes": [
943
+ "float16",
944
+ "uint8c",
945
+ "int64",
946
+ "uint64"
947
+ ],
948
+ "primary_dtype": "float64",
949
+ "scalar_kernels": {
950
+ "float32": "@stdlib/math/base/special/covercosf",
951
+ "float64": "@stdlib/math/base/special/covercos",
952
+ "generic": "@stdlib/math/base/special/covercos"
953
+ },
954
+ "policies": {
955
+ "output": "real_floating_point_and_generic",
956
+ "casting": "none"
957
+ }
958
+ },
959
+ "coversin": {
960
+ "input_dtypes": "real_and_generic",
961
+ "output_dtypes": "real_floating_point_and_generic",
962
+ "excluded_dtypes": [
963
+ "float16",
964
+ "uint8c",
965
+ "int64",
966
+ "uint64"
967
+ ],
968
+ "primary_dtype": "float64",
969
+ "scalar_kernels": {
970
+ "float32": "@stdlib/math/base/special/coversinf",
971
+ "float64": "@stdlib/math/base/special/coversin",
972
+ "generic": "@stdlib/math/base/special/coversin"
973
+ },
974
+ "policies": {
975
+ "output": "real_floating_point_and_generic",
976
+ "casting": "none"
977
+ }
978
+ },
979
+ "cphase": {
980
+ "input_dtypes": "complex_floating_point",
981
+ "output_dtypes": "real_floating_point_and_generic",
982
+ "excluded_dtypes": [
983
+ "float16",
984
+ "uint8c",
985
+ "int64",
986
+ "uint64",
987
+ "complex32"
988
+ ],
989
+ "primary_dtype": "complex128",
990
+ "scalar_kernels": {
991
+ "complex64": "@stdlib/math/base/special/cphasef",
992
+ "complex128": "@stdlib/math/base/special/cphase"
993
+ },
994
+ "policies": {
995
+ "output": "real_floating_point_and_generic",
996
+ "casting": "none"
997
+ }
998
+ },
999
+ "csc": {
1000
+ "input_dtypes": "real_and_generic",
1001
+ "output_dtypes": "real_floating_point_and_generic",
1002
+ "excluded_dtypes": [
1003
+ "float16",
1004
+ "uint8c",
1005
+ "int64",
1006
+ "uint64"
1007
+ ],
1008
+ "primary_dtype": "float64",
1009
+ "scalar_kernels": {
1010
+ "float32": "@stdlib/math/base/special/cscf",
1011
+ "float64": "@stdlib/math/base/special/csc",
1012
+ "generic": "@stdlib/math/base/special/csc"
1013
+ },
1014
+ "policies": {
1015
+ "output": "real_floating_point_and_generic",
1016
+ "casting": "none"
1017
+ }
1018
+ },
1019
+ "cscd": {
1020
+ "input_dtypes": "real_and_generic",
1021
+ "output_dtypes": "real_floating_point_and_generic",
1022
+ "excluded_dtypes": [
1023
+ "float16",
1024
+ "uint8c",
1025
+ "int64",
1026
+ "uint64"
1027
+ ],
1028
+ "primary_dtype": "float64",
1029
+ "scalar_kernels": {
1030
+ "float64": "@stdlib/math/base/special/cscd",
1031
+ "generic": "@stdlib/math/base/special/cscd"
1032
+ },
1033
+ "policies": {
1034
+ "output": "real_floating_point_and_generic",
1035
+ "casting": "none"
1036
+ }
1037
+ },
1038
+ "csch": {
1039
+ "input_dtypes": "real_and_generic",
1040
+ "output_dtypes": "real_floating_point_and_generic",
1041
+ "excluded_dtypes": [
1042
+ "float16",
1043
+ "uint8c",
1044
+ "int64",
1045
+ "uint64"
1046
+ ],
1047
+ "primary_dtype": "float64",
1048
+ "scalar_kernels": {
1049
+ "float64": "@stdlib/math/base/special/csch",
1050
+ "generic": "@stdlib/math/base/special/csch"
1051
+ },
1052
+ "policies": {
1053
+ "output": "real_floating_point_and_generic",
1054
+ "casting": "none"
1055
+ }
1056
+ },
1057
+ "deg2rad": {
1058
+ "input_dtypes": "real_and_generic",
1059
+ "output_dtypes": "real_floating_point_and_generic",
1060
+ "excluded_dtypes": [
1061
+ "float16",
1062
+ "uint8c",
1063
+ "int64",
1064
+ "uint64"
1065
+ ],
1066
+ "primary_dtype": "float64",
1067
+ "scalar_kernels": {
1068
+ "float32": "@stdlib/math/base/special/deg2radf",
1069
+ "float64": "@stdlib/math/base/special/deg2rad",
1070
+ "generic": "@stdlib/math/base/special/deg2rad"
1071
+ },
1072
+ "policies": {
1073
+ "output": "real_floating_point_and_generic",
1074
+ "casting": "none"
1075
+ }
1076
+ },
1077
+ "digamma": {
1078
+ "input_dtypes": "real_and_generic",
1079
+ "output_dtypes": "real_floating_point_and_generic",
1080
+ "excluded_dtypes": [
1081
+ "float16",
1082
+ "uint8c",
1083
+ "int64",
1084
+ "uint64"
1085
+ ],
1086
+ "primary_dtype": "float64",
1087
+ "scalar_kernels": {
1088
+ "float64": "@stdlib/math/base/special/digamma",
1089
+ "generic": "@stdlib/math/base/special/digamma"
1090
+ },
1091
+ "policies": {
1092
+ "output": "real_floating_point_and_generic",
1093
+ "casting": "none"
1094
+ }
1095
+ },
1096
+ "dirac-delta": {
1097
+ "input_dtypes": "real_and_generic",
1098
+ "output_dtypes": "real_floating_point_and_generic",
1099
+ "excluded_dtypes": [
1100
+ "float16",
1101
+ "uint8c",
1102
+ "int64",
1103
+ "uint64"
1104
+ ],
1105
+ "primary_dtype": "float64",
1106
+ "scalar_kernels": {
1107
+ "float32": "@stdlib/math/base/special/dirac-deltaf",
1108
+ "float64": "@stdlib/math/base/special/dirac-delta",
1109
+ "generic": "@stdlib/math/base/special/dirac-delta"
1110
+ },
1111
+ "policies": {
1112
+ "output": "real_floating_point_and_generic",
1113
+ "casting": "none"
1114
+ }
1115
+ },
1116
+ "dirichlet-eta": {
1117
+ "input_dtypes": "real_and_generic",
1118
+ "output_dtypes": "real_floating_point_and_generic",
1119
+ "excluded_dtypes": [
1120
+ "float16",
1121
+ "uint8c",
1122
+ "int64",
1123
+ "uint64"
1124
+ ],
1125
+ "primary_dtype": "float64",
1126
+ "scalar_kernels": {
1127
+ "float64": "@stdlib/math/base/special/dirichlet-eta",
1128
+ "generic": "@stdlib/math/base/special/dirichlet-eta"
1129
+ },
1130
+ "policies": {
1131
+ "output": "real_floating_point_and_generic",
1132
+ "casting": "none"
1133
+ }
1134
+ },
1135
+ "ellipe": {
1136
+ "input_dtypes": "real_and_generic",
1137
+ "output_dtypes": "real_floating_point_and_generic",
1138
+ "excluded_dtypes": [
1139
+ "float16",
1140
+ "uint8c",
1141
+ "int64",
1142
+ "uint64"
1143
+ ],
1144
+ "primary_dtype": "float64",
1145
+ "scalar_kernels": {
1146
+ "float64": "@stdlib/math/base/special/ellipe",
1147
+ "generic": "@stdlib/math/base/special/ellipe"
1148
+ },
1149
+ "policies": {
1150
+ "output": "real_floating_point_and_generic",
1151
+ "casting": "none"
1152
+ }
1153
+ },
1154
+ "ellipk": {
1155
+ "input_dtypes": "real_and_generic",
1156
+ "output_dtypes": "real_floating_point_and_generic",
1157
+ "excluded_dtypes": [
1158
+ "float16",
1159
+ "uint8c",
1160
+ "int64",
1161
+ "uint64"
1162
+ ],
1163
+ "primary_dtype": "float64",
1164
+ "scalar_kernels": {
1165
+ "float64": "@stdlib/math/base/special/ellipk",
1166
+ "generic": "@stdlib/math/base/special/ellipk"
1167
+ },
1168
+ "policies": {
1169
+ "output": "real_floating_point_and_generic",
1170
+ "casting": "none"
1171
+ }
1172
+ },
1173
+ "erf": {
1174
+ "input_dtypes": "real_and_generic",
1175
+ "output_dtypes": "real_floating_point_and_generic",
1176
+ "excluded_dtypes": [
1177
+ "float16",
1178
+ "uint8c",
1179
+ "int64",
1180
+ "uint64"
1181
+ ],
1182
+ "primary_dtype": "float64",
1183
+ "scalar_kernels": {
1184
+ "float64": "@stdlib/math/base/special/erf",
1185
+ "generic": "@stdlib/math/base/special/erf"
1186
+ },
1187
+ "policies": {
1188
+ "output": "real_floating_point_and_generic",
1189
+ "casting": "none"
1190
+ }
1191
+ },
1192
+ "erfc": {
1193
+ "input_dtypes": "real_and_generic",
1194
+ "output_dtypes": "real_floating_point_and_generic",
1195
+ "excluded_dtypes": [
1196
+ "float16",
1197
+ "uint8c",
1198
+ "int64",
1199
+ "uint64"
1200
+ ],
1201
+ "primary_dtype": "float64",
1202
+ "scalar_kernels": {
1203
+ "float64": "@stdlib/math/base/special/erfc",
1204
+ "generic": "@stdlib/math/base/special/erfc"
1205
+ },
1206
+ "policies": {
1207
+ "output": "real_floating_point_and_generic",
1208
+ "casting": "none"
1209
+ }
1210
+ },
1211
+ "erfcinv": {
1212
+ "input_dtypes": "real_and_generic",
1213
+ "output_dtypes": "real_floating_point_and_generic",
1214
+ "excluded_dtypes": [
1215
+ "float16",
1216
+ "uint8c",
1217
+ "int64",
1218
+ "uint64"
1219
+ ],
1220
+ "primary_dtype": "float64",
1221
+ "scalar_kernels": {
1222
+ "float64": "@stdlib/math/base/special/erfcinv",
1223
+ "generic": "@stdlib/math/base/special/erfcinv"
1224
+ },
1225
+ "policies": {
1226
+ "output": "real_floating_point_and_generic",
1227
+ "casting": "none"
1228
+ }
1229
+ },
1230
+ "erfcx": {
1231
+ "input_dtypes": "real_and_generic",
1232
+ "output_dtypes": "real_floating_point_and_generic",
1233
+ "excluded_dtypes": [
1234
+ "float16",
1235
+ "uint8c",
1236
+ "int64",
1237
+ "uint64"
1238
+ ],
1239
+ "primary_dtype": "float64",
1240
+ "scalar_kernels": {
1241
+ "float64": "@stdlib/math/base/special/erfcx",
1242
+ "generic": "@stdlib/math/base/special/erfcx"
1243
+ },
1244
+ "policies": {
1245
+ "output": "real_floating_point_and_generic",
1246
+ "casting": "none"
1247
+ }
1248
+ },
1249
+ "erfinv": {
1250
+ "input_dtypes": "real_and_generic",
1251
+ "output_dtypes": "real_floating_point_and_generic",
1252
+ "excluded_dtypes": [
1253
+ "float16",
1254
+ "uint8c",
1255
+ "int64",
1256
+ "uint64"
1257
+ ],
1258
+ "primary_dtype": "float64",
1259
+ "scalar_kernels": {
1260
+ "float64": "@stdlib/math/base/special/erfinv",
1261
+ "generic": "@stdlib/math/base/special/erfinv"
1262
+ },
1263
+ "policies": {
1264
+ "output": "real_floating_point_and_generic",
1265
+ "casting": "none"
1266
+ }
1267
+ },
1268
+ "exp": {
1269
+ "input_dtypes": "numeric_and_generic",
1270
+ "output_dtypes": "floating_point_and_generic",
1271
+ "excluded_dtypes": [
1272
+ "float16",
1273
+ "uint8c",
1274
+ "int64",
1275
+ "uint64",
1276
+ "complex32"
1277
+ ],
1278
+ "primary_dtype": "float64",
1279
+ "scalar_kernels": {
1280
+ "float64": "@stdlib/math/base/special/exp",
1281
+ "complex128": "@stdlib/math/base/special/cexp",
1282
+ "generic": "@stdlib/math/base/special/exp"
1283
+ },
1284
+ "policies": {
1285
+ "output": "floating_point_and_generic",
1286
+ "casting": "none"
1287
+ }
1288
+ },
1289
+ "exp10": {
1290
+ "input_dtypes": "real_and_generic",
1291
+ "output_dtypes": "real_floating_point_and_generic",
1292
+ "excluded_dtypes": [
1293
+ "float16",
1294
+ "uint8c",
1295
+ "int64",
1296
+ "uint64"
1297
+ ],
1298
+ "primary_dtype": "float64",
1299
+ "scalar_kernels": {
1300
+ "float64": "@stdlib/math/base/special/exp10",
1301
+ "generic": "@stdlib/math/base/special/exp10"
1302
+ },
1303
+ "policies": {
1304
+ "output": "real_floating_point_and_generic",
1305
+ "casting": "none"
1306
+ }
1307
+ },
1308
+ "exp2": {
1309
+ "input_dtypes": "real_and_generic",
1310
+ "output_dtypes": "real_floating_point_and_generic",
1311
+ "excluded_dtypes": [
1312
+ "float16",
1313
+ "uint8c",
1314
+ "int64",
1315
+ "uint64"
1316
+ ],
1317
+ "primary_dtype": "float64",
1318
+ "scalar_kernels": {
1319
+ "float64": "@stdlib/math/base/special/exp2",
1320
+ "generic": "@stdlib/math/base/special/exp2"
1321
+ },
1322
+ "policies": {
1323
+ "output": "real_floating_point_and_generic",
1324
+ "casting": "none"
1325
+ }
1326
+ },
1327
+ "expit": {
1328
+ "input_dtypes": "real_and_generic",
1329
+ "output_dtypes": "real_floating_point_and_generic",
1330
+ "excluded_dtypes": [
1331
+ "float16",
1332
+ "uint8c",
1333
+ "int64",
1334
+ "uint64"
1335
+ ],
1336
+ "primary_dtype": "float64",
1337
+ "scalar_kernels": {
1338
+ "float64": "@stdlib/math/base/special/expit",
1339
+ "generic": "@stdlib/math/base/special/expit"
1340
+ },
1341
+ "policies": {
1342
+ "output": "real_floating_point_and_generic",
1343
+ "casting": "none"
1344
+ }
1345
+ },
1346
+ "expm1": {
1347
+ "input_dtypes": "real_and_generic",
1348
+ "output_dtypes": "real_floating_point_and_generic",
1349
+ "excluded_dtypes": [
1350
+ "float16",
1351
+ "uint8c",
1352
+ "int64",
1353
+ "uint64"
1354
+ ],
1355
+ "primary_dtype": "float64",
1356
+ "scalar_kernels": {
1357
+ "float64": "@stdlib/math/base/special/expm1",
1358
+ "generic": "@stdlib/math/base/special/expm1"
1359
+ },
1360
+ "policies": {
1361
+ "output": "real_floating_point_and_generic",
1362
+ "casting": "none"
1363
+ }
1364
+ },
1365
+ "expm1rel": {
1366
+ "input_dtypes": "real_and_generic",
1367
+ "output_dtypes": "real_floating_point_and_generic",
1368
+ "excluded_dtypes": [
1369
+ "float16",
1370
+ "uint8c",
1371
+ "int64",
1372
+ "uint64"
1373
+ ],
1374
+ "primary_dtype": "float64",
1375
+ "scalar_kernels": {
1376
+ "float64": "@stdlib/math/base/special/expm1rel",
1377
+ "generic": "@stdlib/math/base/special/expm1rel"
1378
+ },
1379
+ "policies": {
1380
+ "output": "real_floating_point_and_generic",
1381
+ "casting": "none"
1382
+ }
1383
+ },
1384
+ "factorial": {
1385
+ "input_dtypes": "real_and_generic",
1386
+ "output_dtypes": "real_floating_point_and_generic",
1387
+ "excluded_dtypes": [
1388
+ "float16",
1389
+ "uint8c",
1390
+ "int64",
1391
+ "uint64"
1392
+ ],
1393
+ "primary_dtype": "float64",
1394
+ "scalar_kernels": {
1395
+ "float64": "@stdlib/math/base/special/factorial",
1396
+ "generic": "@stdlib/math/base/special/factorial"
1397
+ },
1398
+ "policies": {
1399
+ "output": "real_floating_point_and_generic",
1400
+ "casting": "none"
1401
+ }
1402
+ },
1403
+ "factorial2": {
1404
+ "input_dtypes": "real_and_generic",
1405
+ "output_dtypes": "real_floating_point_and_generic",
1406
+ "excluded_dtypes": [
1407
+ "float16",
1408
+ "uint8c",
1409
+ "int64",
1410
+ "uint64"
1411
+ ],
1412
+ "primary_dtype": "float64",
1413
+ "scalar_kernels": {
1414
+ "float32": "@stdlib/math/base/special/factorial2f",
1415
+ "float64": "@stdlib/math/base/special/factorial2",
1416
+ "generic": "@stdlib/math/base/special/factorial2"
1417
+ },
1418
+ "policies": {
1419
+ "output": "real_floating_point_and_generic",
1420
+ "casting": "none"
1421
+ }
1422
+ },
1423
+ "factorialln": {
1424
+ "input_dtypes": "real_and_generic",
1425
+ "output_dtypes": "real_floating_point_and_generic",
1426
+ "excluded_dtypes": [
1427
+ "float16",
1428
+ "uint8c",
1429
+ "int64",
1430
+ "uint64"
1431
+ ],
1432
+ "primary_dtype": "float64",
1433
+ "scalar_kernels": {
1434
+ "float32": "@stdlib/math/base/special/factoriallnf",
1435
+ "float64": "@stdlib/math/base/special/factorialln",
1436
+ "generic": "@stdlib/math/base/special/factorialln"
1437
+ },
1438
+ "policies": {
1439
+ "output": "real_floating_point_and_generic",
1440
+ "casting": "none"
1441
+ }
1442
+ },
1443
+ "fibonacci": {
1444
+ "input_dtypes": "real_and_generic",
1445
+ "output_dtypes": "real_floating_point_and_generic",
1446
+ "excluded_dtypes": [
1447
+ "float16",
1448
+ "uint8c",
1449
+ "int64",
1450
+ "uint64"
1451
+ ],
1452
+ "primary_dtype": "float64",
1453
+ "scalar_kernels": {
1454
+ "float32": "@stdlib/math/base/special/fibonaccif",
1455
+ "float64": "@stdlib/math/base/special/fibonacci",
1456
+ "generic": "@stdlib/math/base/special/fibonacci"
1457
+ },
1458
+ "policies": {
1459
+ "output": "real_floating_point_and_generic",
1460
+ "casting": "none"
1461
+ }
1462
+ },
1463
+ "fibonacci-index": {
1464
+ "input_dtypes": "real_and_generic",
1465
+ "output_dtypes": "real_floating_point_and_generic",
1466
+ "excluded_dtypes": [
1467
+ "float16",
1468
+ "uint8c",
1469
+ "int64",
1470
+ "uint64"
1471
+ ],
1472
+ "primary_dtype": "float64",
1473
+ "scalar_kernels": {
1474
+ "float32": "@stdlib/math/base/special/fibonacci-indexf",
1475
+ "float64": "@stdlib/math/base/special/fibonacci-index",
1476
+ "generic": "@stdlib/math/base/special/fibonacci-index"
1477
+ },
1478
+ "policies": {
1479
+ "output": "real_floating_point_and_generic",
1480
+ "casting": "none"
1481
+ }
1482
+ },
1483
+ "floor": {
1484
+ "input_dtypes": "numeric_and_generic",
1485
+ "output_dtypes": "numeric_and_generic",
1486
+ "excluded_dtypes": [
1487
+ "float16",
1488
+ "uint8c",
1489
+ "complex32",
1490
+ "int64",
1491
+ "uint64"
1492
+ ],
1493
+ "primary_dtype": "float64",
1494
+ "scalar_kernels": {
1495
+ "int8": "@stdlib/number/int8/base/identity",
1496
+ "int16": "@stdlib/number/int16/base/identity",
1497
+ "int32": "@stdlib/number/int32/base/identity",
1498
+ "uint8": "@stdlib/number/uint8/base/identity",
1499
+ "uint16": "@stdlib/number/uint16/base/identity",
1500
+ "uint32": "@stdlib/number/uint32/base/identity",
1501
+ "float32": "@stdlib/math/base/special/floorf",
1502
+ "float64": "@stdlib/math/base/special/floor",
1503
+ "complex64": "@stdlib/math/base/special/cfloorf",
1504
+ "complex128": "@stdlib/math/base/special/cfloor",
1505
+ "generic": "@stdlib/math/base/special/floor"
1506
+ },
1507
+ "policies": {
1508
+ "output": "numeric_and_generic",
1509
+ "casting": "none"
1510
+ }
1511
+ },
1512
+ "floor10": {
1513
+ "input_dtypes": "numeric_and_generic",
1514
+ "output_dtypes": "numeric_and_generic",
1515
+ "excluded_dtypes": [
1516
+ "float16",
1517
+ "uint8c",
1518
+ "complex32",
1519
+ "int64",
1520
+ "uint64"
1521
+ ],
1522
+ "primary_dtype": "float64",
1523
+ "scalar_kernels": {
1524
+ "int8": "@stdlib/number/int8/base/identity",
1525
+ "int16": "@stdlib/number/int16/base/identity",
1526
+ "int32": "@stdlib/number/int32/base/identity",
1527
+ "uint8": "@stdlib/number/uint8/base/identity",
1528
+ "uint16": "@stdlib/number/uint16/base/identity",
1529
+ "uint32": "@stdlib/number/uint32/base/identity",
1530
+ "float64": "@stdlib/math/base/special/floor10",
1531
+ "generic": "@stdlib/math/base/special/floor10"
1532
+ },
1533
+ "policies": {
1534
+ "output": "numeric_and_generic",
1535
+ "casting": "none"
1536
+ }
1537
+ },
1538
+ "floor2": {
1539
+ "input_dtypes": "numeric_and_generic",
1540
+ "output_dtypes": "numeric_and_generic",
1541
+ "excluded_dtypes": [
1542
+ "float16",
1543
+ "uint8c",
1544
+ "complex32",
1545
+ "int64",
1546
+ "uint64"
1547
+ ],
1548
+ "primary_dtype": "float64",
1549
+ "scalar_kernels": {
1550
+ "int8": "@stdlib/number/int8/base/identity",
1551
+ "int16": "@stdlib/number/int16/base/identity",
1552
+ "int32": "@stdlib/number/int32/base/identity",
1553
+ "uint8": "@stdlib/number/uint8/base/identity",
1554
+ "uint16": "@stdlib/number/uint16/base/identity",
1555
+ "uint32": "@stdlib/number/uint32/base/identity",
1556
+ "float64": "@stdlib/math/base/special/floor2",
1557
+ "generic": "@stdlib/math/base/special/floor2"
1558
+ },
1559
+ "policies": {
1560
+ "output": "numeric_and_generic",
1561
+ "casting": "none"
1562
+ }
1563
+ },
1564
+ "fresnel": {
1565
+ "input_dtypes": "real_and_generic",
1566
+ "output_dtypes": "real_floating_point_and_generic",
1567
+ "excluded_dtypes": [
1568
+ "float16",
1569
+ "uint8c",
1570
+ "int64",
1571
+ "uint64"
1572
+ ],
1573
+ "primary_dtype": "float64",
1574
+ "scalar_kernels": {
1575
+ "float64": "@stdlib/math/base/special/fresnel",
1576
+ "generic": "@stdlib/math/base/special/fresnel"
1577
+ },
1578
+ "policies": {
1579
+ "output": "real_floating_point_and_generic",
1580
+ "casting": "none"
1581
+ }
1582
+ },
1583
+ "fresnelc": {
1584
+ "input_dtypes": "real_and_generic",
1585
+ "output_dtypes": "real_floating_point_and_generic",
1586
+ "excluded_dtypes": [
1587
+ "float16",
1588
+ "uint8c",
1589
+ "int64",
1590
+ "uint64"
1591
+ ],
1592
+ "primary_dtype": "float64",
1593
+ "scalar_kernels": {
1594
+ "float64": "@stdlib/math/base/special/fresnelc",
1595
+ "generic": "@stdlib/math/base/special/fresnelc"
1596
+ },
1597
+ "policies": {
1598
+ "output": "real_floating_point_and_generic",
1599
+ "casting": "none"
1600
+ }
1601
+ },
1602
+ "fresnels": {
1603
+ "input_dtypes": "real_and_generic",
1604
+ "output_dtypes": "real_floating_point_and_generic",
1605
+ "excluded_dtypes": [
1606
+ "float16",
1607
+ "uint8c",
1608
+ "int64",
1609
+ "uint64"
1610
+ ],
1611
+ "primary_dtype": "float64",
1612
+ "scalar_kernels": {
1613
+ "float64": "@stdlib/math/base/special/fresnels",
1614
+ "generic": "@stdlib/math/base/special/fresnels"
1615
+ },
1616
+ "policies": {
1617
+ "output": "real_floating_point_and_generic",
1618
+ "casting": "none"
1619
+ }
1620
+ },
1621
+ "gamma": {
1622
+ "input_dtypes": "real_and_generic",
1623
+ "output_dtypes": "real_floating_point_and_generic",
1624
+ "excluded_dtypes": [
1625
+ "float16",
1626
+ "uint8c",
1627
+ "int64",
1628
+ "uint64"
1629
+ ],
1630
+ "primary_dtype": "float64",
1631
+ "scalar_kernels": {
1632
+ "float64": "@stdlib/math/base/special/gamma",
1633
+ "generic": "@stdlib/math/base/special/gamma"
1634
+ },
1635
+ "policies": {
1636
+ "output": "real_floating_point_and_generic",
1637
+ "casting": "none"
1638
+ }
1639
+ },
1640
+ "gamma-lanczos-sum": {
1641
+ "input_dtypes": "real_and_generic",
1642
+ "output_dtypes": "real_floating_point_and_generic",
1643
+ "excluded_dtypes": [
1644
+ "float16",
1645
+ "uint8c",
1646
+ "int64",
1647
+ "uint64"
1648
+ ],
1649
+ "primary_dtype": "float64",
1650
+ "scalar_kernels": {
1651
+ "float64": "@stdlib/math/base/special/gamma-lanczos-sum",
1652
+ "generic": "@stdlib/math/base/special/gamma-lanczos-sum"
1653
+ },
1654
+ "policies": {
1655
+ "output": "real_floating_point_and_generic",
1656
+ "casting": "none"
1657
+ }
1658
+ },
1659
+ "gamma-lanczos-sum-expg-scaled": {
1660
+ "input_dtypes": "real_and_generic",
1661
+ "output_dtypes": "real_floating_point_and_generic",
1662
+ "excluded_dtypes": [
1663
+ "float16",
1664
+ "uint8c",
1665
+ "int64",
1666
+ "uint64"
1667
+ ],
1668
+ "primary_dtype": "float64",
1669
+ "scalar_kernels": {
1670
+ "float32": "@stdlib/math/base/special/gamma-lanczos-sum-expg-scaledf",
1671
+ "float64": "@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled",
1672
+ "generic": "@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled"
1673
+ },
1674
+ "policies": {
1675
+ "output": "real_floating_point_and_generic",
1676
+ "casting": "none"
1677
+ }
1678
+ },
1679
+ "gamma1pm1": {
1680
+ "input_dtypes": "real_and_generic",
1681
+ "output_dtypes": "real_floating_point_and_generic",
1682
+ "excluded_dtypes": [
1683
+ "float16",
1684
+ "uint8c",
1685
+ "int64",
1686
+ "uint64"
1687
+ ],
1688
+ "primary_dtype": "float64",
1689
+ "scalar_kernels": {
1690
+ "float64": "@stdlib/math/base/special/gamma1pm1",
1691
+ "generic": "@stdlib/math/base/special/gamma1pm1"
1692
+ },
1693
+ "policies": {
1694
+ "output": "real_floating_point_and_generic",
1695
+ "casting": "none"
1696
+ }
1697
+ },
1698
+ "gammasgn": {
1699
+ "input_dtypes": "real_and_generic",
1700
+ "output_dtypes": "real_floating_point_and_generic",
1701
+ "excluded_dtypes": [
1702
+ "float16",
1703
+ "uint8c",
1704
+ "int64",
1705
+ "uint64"
1706
+ ],
1707
+ "primary_dtype": "float64",
1708
+ "scalar_kernels": {
1709
+ "float32": "@stdlib/math/base/special/gammasgnf",
1710
+ "float64": "@stdlib/math/base/special/gammasgn",
1711
+ "generic": "@stdlib/math/base/special/gammasgn"
1712
+ },
1713
+ "policies": {
1714
+ "output": "real_floating_point_and_generic",
1715
+ "casting": "none"
1716
+ }
1717
+ },
1718
+ "hacovercos": {
1719
+ "input_dtypes": "real_and_generic",
1720
+ "output_dtypes": "real_floating_point_and_generic",
1721
+ "excluded_dtypes": [
1722
+ "float16",
1723
+ "uint8c",
1724
+ "int64",
1725
+ "uint64"
1726
+ ],
1727
+ "primary_dtype": "float64",
1728
+ "scalar_kernels": {
1729
+ "float32": "@stdlib/math/base/special/hacovercosf",
1730
+ "float64": "@stdlib/math/base/special/hacovercos",
1731
+ "generic": "@stdlib/math/base/special/hacovercos"
1732
+ },
1733
+ "policies": {
1734
+ "output": "real_floating_point_and_generic",
1735
+ "casting": "none"
1736
+ }
1737
+ },
1738
+ "hacoversin": {
1739
+ "input_dtypes": "real_and_generic",
1740
+ "output_dtypes": "real_floating_point_and_generic",
1741
+ "excluded_dtypes": [
1742
+ "float16",
1743
+ "uint8c",
1744
+ "int64",
1745
+ "uint64"
1746
+ ],
1747
+ "primary_dtype": "float64",
1748
+ "scalar_kernels": {
1749
+ "float32": "@stdlib/math/base/special/hacoversinf",
1750
+ "float64": "@stdlib/math/base/special/hacoversin",
1751
+ "generic": "@stdlib/math/base/special/hacoversin"
1752
+ },
1753
+ "policies": {
1754
+ "output": "real_floating_point_and_generic",
1755
+ "casting": "none"
1756
+ }
1757
+ },
1758
+ "havercos": {
1759
+ "input_dtypes": "real_and_generic",
1760
+ "output_dtypes": "real_floating_point_and_generic",
1761
+ "excluded_dtypes": [
1762
+ "float16",
1763
+ "uint8c",
1764
+ "int64",
1765
+ "uint64"
1766
+ ],
1767
+ "primary_dtype": "float64",
1768
+ "scalar_kernels": {
1769
+ "float32": "@stdlib/math/base/special/havercosf",
1770
+ "float64": "@stdlib/math/base/special/havercos",
1771
+ "generic": "@stdlib/math/base/special/havercos"
1772
+ },
1773
+ "policies": {
1774
+ "output": "real_floating_point_and_generic",
1775
+ "casting": "none"
1776
+ }
1777
+ },
1778
+ "haversin": {
1779
+ "input_dtypes": "real_and_generic",
1780
+ "output_dtypes": "real_floating_point_and_generic",
1781
+ "excluded_dtypes": [
1782
+ "float16",
1783
+ "uint8c",
1784
+ "int64",
1785
+ "uint64"
1786
+ ],
1787
+ "primary_dtype": "float64",
1788
+ "scalar_kernels": {
1789
+ "float32": "@stdlib/math/base/special/haversinf",
1790
+ "float64": "@stdlib/math/base/special/haversin",
1791
+ "generic": "@stdlib/math/base/special/haversin"
1792
+ },
1793
+ "policies": {
1794
+ "output": "real_floating_point_and_generic",
1795
+ "casting": "none"
1796
+ }
1797
+ },
1798
+ "inv": {
1799
+ "input_dtypes": "numeric_and_generic",
1800
+ "output_dtypes": "floating_point_and_generic",
1801
+ "excluded_dtypes": [
1802
+ "float16",
1803
+ "uint8c",
1804
+ "int64",
1805
+ "uint64",
1806
+ "complex32"
1807
+ ],
1808
+ "primary_dtype": "float64",
1809
+ "scalar_kernels": {
1810
+ "float32": "@stdlib/math/base/special/invf",
1811
+ "float64": "@stdlib/math/base/special/inv",
1812
+ "complex64": "@stdlib/math/base/special/cinvf",
1813
+ "complex128": "@stdlib/math/base/special/cinv",
1814
+ "generic": "@stdlib/math/base/special/inv"
1815
+ },
1816
+ "policies": {
1817
+ "output": "floating_point_and_generic",
1818
+ "casting": "none"
1819
+ }
1820
+ },
1821
+ "ln": {
1822
+ "input_dtypes": "real_and_generic",
1823
+ "output_dtypes": "real_floating_point_and_generic",
1824
+ "excluded_dtypes": [
1825
+ "float16",
1826
+ "uint8c",
1827
+ "int64",
1828
+ "uint64"
1829
+ ],
1830
+ "primary_dtype": "float64",
1831
+ "scalar_kernels": {
1832
+ "float32": "@stdlib/math/base/special/lnf",
1833
+ "float64": "@stdlib/math/base/special/ln",
1834
+ "generic": "@stdlib/math/base/special/ln"
1835
+ },
1836
+ "policies": {
1837
+ "output": "real_floating_point_and_generic",
1838
+ "casting": "none"
1839
+ }
1840
+ },
1841
+ "log10": {
1842
+ "input_dtypes": "real_and_generic",
1843
+ "output_dtypes": "real_floating_point_and_generic",
1844
+ "excluded_dtypes": [
1845
+ "float16",
1846
+ "uint8c",
1847
+ "int64",
1848
+ "uint64"
1849
+ ],
1850
+ "primary_dtype": "float64",
1851
+ "scalar_kernels": {
1852
+ "float64": "@stdlib/math/base/special/log10",
1853
+ "generic": "@stdlib/math/base/special/log10"
1854
+ },
1855
+ "policies": {
1856
+ "output": "real_floating_point_and_generic",
1857
+ "casting": "none"
1858
+ }
1859
+ },
1860
+ "log1mexp": {
1861
+ "input_dtypes": "real_and_generic",
1862
+ "output_dtypes": "real_floating_point_and_generic",
1863
+ "excluded_dtypes": [
1864
+ "float16",
1865
+ "uint8c",
1866
+ "int64",
1867
+ "uint64"
1868
+ ],
1869
+ "primary_dtype": "float64",
1870
+ "scalar_kernels": {
1871
+ "float64": "@stdlib/math/base/special/log1mexp",
1872
+ "generic": "@stdlib/math/base/special/log1mexp"
1873
+ },
1874
+ "policies": {
1875
+ "output": "real_floating_point_and_generic",
1876
+ "casting": "none"
1877
+ }
1878
+ },
1879
+ "log1p": {
1880
+ "input_dtypes": "real_and_generic",
1881
+ "output_dtypes": "real_floating_point_and_generic",
1882
+ "excluded_dtypes": [
1883
+ "float16",
1884
+ "uint8c",
1885
+ "int64",
1886
+ "uint64"
1887
+ ],
1888
+ "primary_dtype": "float64",
1889
+ "scalar_kernels": {
1890
+ "float32": "@stdlib/math/base/special/log1pf",
1891
+ "float64": "@stdlib/math/base/special/log1p",
1892
+ "generic": "@stdlib/math/base/special/log1p"
1893
+ },
1894
+ "policies": {
1895
+ "output": "real_floating_point_and_generic",
1896
+ "casting": "none"
1897
+ }
1898
+ },
1899
+ "log1pexp": {
1900
+ "input_dtypes": "real_and_generic",
1901
+ "output_dtypes": "real_floating_point_and_generic",
1902
+ "excluded_dtypes": [
1903
+ "float16",
1904
+ "uint8c",
1905
+ "int64",
1906
+ "uint64"
1907
+ ],
1908
+ "primary_dtype": "float64",
1909
+ "scalar_kernels": {
1910
+ "float64": "@stdlib/math/base/special/log1pexp",
1911
+ "generic": "@stdlib/math/base/special/log1pexp"
1912
+ },
1913
+ "policies": {
1914
+ "output": "real_floating_point_and_generic",
1915
+ "casting": "none"
1916
+ }
1917
+ },
1918
+ "log1pmx": {
1919
+ "input_dtypes": "real_and_generic",
1920
+ "output_dtypes": "real_floating_point_and_generic",
1921
+ "excluded_dtypes": [
1922
+ "float16",
1923
+ "uint8c",
1924
+ "int64",
1925
+ "uint64"
1926
+ ],
1927
+ "primary_dtype": "float64",
1928
+ "scalar_kernels": {
1929
+ "float64": "@stdlib/math/base/special/log1pmx",
1930
+ "generic": "@stdlib/math/base/special/log1pmx"
1931
+ },
1932
+ "policies": {
1933
+ "output": "real_floating_point_and_generic",
1934
+ "casting": "none"
1935
+ }
1936
+ },
1937
+ "log2": {
1938
+ "input_dtypes": "real_and_generic",
1939
+ "output_dtypes": "real_floating_point_and_generic",
1940
+ "excluded_dtypes": [
1941
+ "float16",
1942
+ "uint8c",
1943
+ "int64",
1944
+ "uint64"
1945
+ ],
1946
+ "primary_dtype": "float64",
1947
+ "scalar_kernels": {
1948
+ "float64": "@stdlib/math/base/special/log2",
1949
+ "generic": "@stdlib/math/base/special/log2"
1950
+ },
1951
+ "policies": {
1952
+ "output": "real_floating_point_and_generic",
1953
+ "casting": "none"
1954
+ }
1955
+ },
1956
+ "logit": {
1957
+ "input_dtypes": "real_and_generic",
1958
+ "output_dtypes": "real_floating_point_and_generic",
1959
+ "excluded_dtypes": [
1960
+ "float16",
1961
+ "uint8c",
1962
+ "int64",
1963
+ "uint64"
1964
+ ],
1965
+ "primary_dtype": "float64",
1966
+ "scalar_kernels": {
1967
+ "float32": "@stdlib/math/base/special/logitf",
1968
+ "float64": "@stdlib/math/base/special/logit",
1969
+ "generic": "@stdlib/math/base/special/logit"
1970
+ },
1971
+ "policies": {
1972
+ "output": "real_floating_point_and_generic",
1973
+ "casting": "none"
1974
+ }
1975
+ },
1976
+ "lucas": {
1977
+ "input_dtypes": "real_and_generic",
1978
+ "output_dtypes": "real_floating_point_and_generic",
1979
+ "excluded_dtypes": [
1980
+ "float16",
1981
+ "uint8c",
1982
+ "int64",
1983
+ "uint64"
1984
+ ],
1985
+ "primary_dtype": "float64",
1986
+ "scalar_kernels": {
1987
+ "float32": "@stdlib/math/base/special/lucasf",
1988
+ "float64": "@stdlib/math/base/special/lucas",
1989
+ "generic": "@stdlib/math/base/special/lucas"
1990
+ },
1991
+ "policies": {
1992
+ "output": "real_floating_point_and_generic",
1993
+ "casting": "none"
1994
+ }
1995
+ },
1996
+ "negafibonacci": {
1997
+ "input_dtypes": "real_and_generic",
1998
+ "output_dtypes": "real_floating_point_and_generic",
1999
+ "excluded_dtypes": [
2000
+ "float16",
2001
+ "uint8c",
2002
+ "int64",
2003
+ "uint64"
2004
+ ],
2005
+ "primary_dtype": "float64",
2006
+ "scalar_kernels": {
2007
+ "float32": "@stdlib/math/base/special/negafibonaccif",
2008
+ "float64": "@stdlib/math/base/special/negafibonacci",
2009
+ "generic": "@stdlib/math/base/special/negafibonacci"
2010
+ },
2011
+ "policies": {
2012
+ "output": "real_floating_point_and_generic",
2013
+ "casting": "none"
2014
+ }
2015
+ },
2016
+ "negalucas": {
2017
+ "input_dtypes": "real_and_generic",
2018
+ "output_dtypes": "real_floating_point_and_generic",
2019
+ "excluded_dtypes": [
2020
+ "float16",
2021
+ "uint8c",
2022
+ "int64",
2023
+ "uint64"
2024
+ ],
2025
+ "primary_dtype": "float64",
2026
+ "scalar_kernels": {
2027
+ "float32": "@stdlib/math/base/special/negalucasf",
2028
+ "float64": "@stdlib/math/base/special/negalucas",
2029
+ "generic": "@stdlib/math/base/special/negalucas"
2030
+ },
2031
+ "policies": {
2032
+ "output": "real_floating_point_and_generic",
2033
+ "casting": "none"
2034
+ }
2035
+ },
2036
+ "nonfibonacci": {
2037
+ "input_dtypes": "real_and_generic",
2038
+ "output_dtypes": "real_floating_point_and_generic",
2039
+ "excluded_dtypes": [
2040
+ "float16",
2041
+ "uint8c",
2042
+ "int64",
2043
+ "uint64"
2044
+ ],
2045
+ "primary_dtype": "float64",
2046
+ "scalar_kernels": {
2047
+ "float32": "@stdlib/math/base/special/nonfibonaccif",
2048
+ "float64": "@stdlib/math/base/special/nonfibonacci",
2049
+ "generic": "@stdlib/math/base/special/nonfibonacci"
2050
+ },
2051
+ "policies": {
2052
+ "output": "real_floating_point_and_generic",
2053
+ "casting": "none"
2054
+ }
2055
+ },
2056
+ "rad2deg": {
2057
+ "input_dtypes": "real_and_generic",
2058
+ "output_dtypes": "real_floating_point_and_generic",
2059
+ "excluded_dtypes": [
2060
+ "float16",
2061
+ "uint8c",
2062
+ "int64",
2063
+ "uint64"
2064
+ ],
2065
+ "primary_dtype": "float64",
2066
+ "scalar_kernels": {
2067
+ "float32": "@stdlib/math/base/special/rad2degf",
2068
+ "float64": "@stdlib/math/base/special/rad2deg",
2069
+ "generic": "@stdlib/math/base/special/rad2deg"
2070
+ },
2071
+ "policies": {
2072
+ "output": "real_floating_point_and_generic",
2073
+ "casting": "none"
2074
+ }
2075
+ },
2076
+ "ramp": {
2077
+ "input_dtypes": "real_and_generic",
2078
+ "output_dtypes": "real_and_generic",
2079
+ "excluded_dtypes": [
2080
+ "float16",
2081
+ "uint8c",
2082
+ "int64",
2083
+ "uint64"
2084
+ ],
2085
+ "primary_dtype": "float64",
2086
+ "scalar_kernels": {
2087
+ "float32": "@stdlib/math/base/special/rampf",
2088
+ "float64": "@stdlib/math/base/special/ramp",
2089
+ "generic": "@stdlib/math/base/special/ramp"
2090
+ },
2091
+ "policies": {
2092
+ "output": "real_and_generic",
2093
+ "casting": "none"
2094
+ }
2095
+ },
2096
+ "rcbrt": {
2097
+ "input_dtypes": "real_and_generic",
2098
+ "output_dtypes": "real_floating_point_and_generic",
2099
+ "excluded_dtypes": [
2100
+ "float16",
2101
+ "uint8c",
2102
+ "int64",
2103
+ "uint64"
2104
+ ],
2105
+ "primary_dtype": "float64",
2106
+ "scalar_kernels": {
2107
+ "float32": "@stdlib/math/base/special/rcbrtf",
2108
+ "float64": "@stdlib/math/base/special/rcbrt",
2109
+ "generic": "@stdlib/math/base/special/rcbrt"
2110
+ },
2111
+ "policies": {
2112
+ "output": "real_floating_point_and_generic",
2113
+ "casting": "none"
2114
+ }
2115
+ },
2116
+ "riemann-zeta": {
2117
+ "input_dtypes": "real_and_generic",
2118
+ "output_dtypes": "real_floating_point_and_generic",
2119
+ "excluded_dtypes": [
2120
+ "float16",
2121
+ "uint8c",
2122
+ "int64",
2123
+ "uint64"
2124
+ ],
2125
+ "primary_dtype": "float64",
2126
+ "scalar_kernels": {
2127
+ "float64": "@stdlib/math/base/special/riemann-zeta",
2128
+ "generic": "@stdlib/math/base/special/riemann-zeta"
2129
+ },
2130
+ "policies": {
2131
+ "output": "real_floating_point_and_generic",
2132
+ "casting": "none"
2133
+ }
2134
+ },
2135
+ "round": {
2136
+ "input_dtypes": "numeric_and_generic",
2137
+ "output_dtypes": "numeric_and_generic",
2138
+ "excluded_dtypes": [
2139
+ "float16",
2140
+ "uint8c",
2141
+ "complex32",
2142
+ "int64",
2143
+ "uint64"
2144
+ ],
2145
+ "primary_dtype": "float64",
2146
+ "scalar_kernels": {
2147
+ "int8": "@stdlib/number/int8/base/identity",
2148
+ "int16": "@stdlib/number/int16/base/identity",
2149
+ "int32": "@stdlib/number/int32/base/identity",
2150
+ "uint8": "@stdlib/number/uint8/base/identity",
2151
+ "uint16": "@stdlib/number/uint16/base/identity",
2152
+ "uint32": "@stdlib/number/uint32/base/identity",
2153
+ "float32": "@stdlib/math/base/special/roundf",
2154
+ "float64": "@stdlib/math/base/special/round",
2155
+ "complex64": "@stdlib/math/base/special/croundf",
2156
+ "complex128": "@stdlib/math/base/special/cround",
2157
+ "generic": "@stdlib/math/base/special/round"
2158
+ },
2159
+ "policies": {
2160
+ "output": "numeric_and_generic",
2161
+ "casting": "none"
2162
+ }
2163
+ },
2164
+ "round-nearest-even": {
2165
+ "input_dtypes": "numeric_and_generic",
2166
+ "output_dtypes": "numeric_and_generic",
2167
+ "excluded_dtypes": [
2168
+ "float16",
2169
+ "uint8c",
2170
+ "complex32",
2171
+ "int64",
2172
+ "uint64"
2173
+ ],
2174
+ "primary_dtype": "float64",
2175
+ "scalar_kernels": {
2176
+ "int8": "@stdlib/number/int8/base/identity",
2177
+ "int16": "@stdlib/number/int16/base/identity",
2178
+ "int32": "@stdlib/number/int32/base/identity",
2179
+ "uint8": "@stdlib/number/uint8/base/identity",
2180
+ "uint16": "@stdlib/number/uint16/base/identity",
2181
+ "uint32": "@stdlib/number/uint32/base/identity",
2182
+ "float64": "@stdlib/math/base/special/round-nearest-even",
2183
+ "generic": "@stdlib/math/base/special/round-nearest-even"
2184
+ },
2185
+ "policies": {
2186
+ "output": "numeric_and_generic",
2187
+ "casting": "none"
2188
+ }
2189
+ },
2190
+ "round10": {
2191
+ "input_dtypes": "numeric_and_generic",
2192
+ "output_dtypes": "numeric_and_generic",
2193
+ "excluded_dtypes": [
2194
+ "float16",
2195
+ "uint8c",
2196
+ "complex32",
2197
+ "int64",
2198
+ "uint64"
2199
+ ],
2200
+ "primary_dtype": "float64",
2201
+ "scalar_kernels": {
2202
+ "int8": "@stdlib/number/int8/base/identity",
2203
+ "int16": "@stdlib/number/int16/base/identity",
2204
+ "int32": "@stdlib/number/int32/base/identity",
2205
+ "uint8": "@stdlib/number/uint8/base/identity",
2206
+ "uint16": "@stdlib/number/uint16/base/identity",
2207
+ "uint32": "@stdlib/number/uint32/base/identity",
2208
+ "float64": "@stdlib/math/base/special/round10",
2209
+ "generic": "@stdlib/math/base/special/round10"
2210
+ },
2211
+ "policies": {
2212
+ "output": "numeric_and_generic",
2213
+ "casting": "none"
2214
+ }
2215
+ },
2216
+ "round2": {
2217
+ "input_dtypes": "numeric_and_generic",
2218
+ "output_dtypes": "numeric_and_generic",
2219
+ "excluded_dtypes": [
2220
+ "float16",
2221
+ "uint8c",
2222
+ "complex32",
2223
+ "int64",
2224
+ "uint64"
2225
+ ],
2226
+ "primary_dtype": "float64",
2227
+ "scalar_kernels": {
2228
+ "int8": "@stdlib/number/int8/base/identity",
2229
+ "int16": "@stdlib/number/int16/base/identity",
2230
+ "int32": "@stdlib/number/int32/base/identity",
2231
+ "uint8": "@stdlib/number/uint8/base/identity",
2232
+ "uint16": "@stdlib/number/uint16/base/identity",
2233
+ "uint32": "@stdlib/number/uint32/base/identity",
2234
+ "float64": "@stdlib/math/base/special/round2",
2235
+ "generic": "@stdlib/math/base/special/round2"
2236
+ },
2237
+ "policies": {
2238
+ "output": "numeric_and_generic",
2239
+ "casting": "none"
2240
+ }
2241
+ },
2242
+ "rsqrt": {
2243
+ "input_dtypes": "real_and_generic",
2244
+ "output_dtypes": "real_floating_point_and_generic",
2245
+ "excluded_dtypes": [
2246
+ "float16",
2247
+ "uint8c",
2248
+ "int64",
2249
+ "uint64"
2250
+ ],
2251
+ "primary_dtype": "float64",
2252
+ "scalar_kernels": {
2253
+ "float32": "@stdlib/math/base/special/rsqrtf",
2254
+ "float64": "@stdlib/math/base/special/rsqrt",
2255
+ "generic": "@stdlib/math/base/special/rsqrt"
2256
+ },
2257
+ "policies": {
2258
+ "output": "real_floating_point_and_generic",
2259
+ "casting": "none"
2260
+ }
2261
+ },
2262
+ "sec": {
2263
+ "input_dtypes": "real_and_generic",
2264
+ "output_dtypes": "real_floating_point_and_generic",
2265
+ "excluded_dtypes": [
2266
+ "float16",
2267
+ "uint8c",
2268
+ "int64",
2269
+ "uint64"
2270
+ ],
2271
+ "primary_dtype": "float64",
2272
+ "scalar_kernels": {
2273
+ "float32": "@stdlib/math/base/special/secf",
2274
+ "float64": "@stdlib/math/base/special/sec",
2275
+ "generic": "@stdlib/math/base/special/sec"
2276
+ },
2277
+ "policies": {
2278
+ "output": "real_floating_point_and_generic",
2279
+ "casting": "none"
2280
+ }
2281
+ },
2282
+ "secd": {
2283
+ "input_dtypes": "real_and_generic",
2284
+ "output_dtypes": "real_floating_point_and_generic",
2285
+ "excluded_dtypes": [
2286
+ "float16",
2287
+ "uint8c",
2288
+ "int64",
2289
+ "uint64"
2290
+ ],
2291
+ "primary_dtype": "float64",
2292
+ "scalar_kernels": {
2293
+ "float64": "@stdlib/math/base/special/secd",
2294
+ "generic": "@stdlib/math/base/special/secd"
2295
+ },
2296
+ "policies": {
2297
+ "output": "real_floating_point_and_generic",
2298
+ "casting": "none"
2299
+ }
2300
+ },
2301
+ "sech": {
2302
+ "input_dtypes": "real_and_generic",
2303
+ "output_dtypes": "real_floating_point_and_generic",
2304
+ "excluded_dtypes": [
2305
+ "float16",
2306
+ "uint8c",
2307
+ "int64",
2308
+ "uint64"
2309
+ ],
2310
+ "primary_dtype": "float64",
2311
+ "scalar_kernels": {
2312
+ "float64": "@stdlib/math/base/special/sech",
2313
+ "generic": "@stdlib/math/base/special/sech"
2314
+ },
2315
+ "policies": {
2316
+ "output": "real_floating_point_and_generic",
2317
+ "casting": "none"
2318
+ }
2319
+ },
2320
+ "signum": {
2321
+ "input_dtypes": "numeric_and_generic",
2322
+ "output_dtypes": "numeric_and_generic",
2323
+ "excluded_dtypes": [
2324
+ "float16",
2325
+ "uint8c",
2326
+ "int64",
2327
+ "uint64",
2328
+ "complex32"
2329
+ ],
2330
+ "primary_dtype": "float64",
2331
+ "scalar_kernels": {
2332
+ "int8": "@stdlib/number/int8/base/identity",
2333
+ "int16": "@stdlib/number/int16/base/identity",
2334
+ "int32": "@stdlib/number/int32/base/identity",
2335
+ "uint8": "@stdlib/number/uint8/base/identity",
2336
+ "uint16": "@stdlib/number/uint16/base/identity",
2337
+ "uint32": "@stdlib/number/uint32/base/identity",
2338
+ "float32": "@stdlib/math/base/special/signumf",
2339
+ "float64": "@stdlib/math/base/special/signum",
2340
+ "complex64": "@stdlib/math/base/special/csignumf",
2341
+ "complex128": "@stdlib/math/base/special/csignum",
2342
+ "generic": "@stdlib/math/base/special/signum"
2343
+ },
2344
+ "policies": {
2345
+ "output": "numeric_and_generic",
2346
+ "casting": "none"
2347
+ }
2348
+ },
2349
+ "sin": {
2350
+ "input_dtypes": "real_and_generic",
2351
+ "output_dtypes": "real_floating_point_and_generic",
2352
+ "excluded_dtypes": [
2353
+ "float16",
2354
+ "uint8c",
2355
+ "int64",
2356
+ "uint64"
2357
+ ],
2358
+ "primary_dtype": "float64",
2359
+ "scalar_kernels": {
2360
+ "float32": "@stdlib/math/base/special/sinf",
2361
+ "float64": "@stdlib/math/base/special/sin",
2362
+ "generic": "@stdlib/math/base/special/sin"
2363
+ },
2364
+ "policies": {
2365
+ "output": "real_floating_point_and_generic",
2366
+ "casting": "none"
2367
+ }
2368
+ },
2369
+ "sinc": {
2370
+ "input_dtypes": "real_and_generic",
2371
+ "output_dtypes": "real_floating_point_and_generic",
2372
+ "excluded_dtypes": [
2373
+ "float16",
2374
+ "uint8c",
2375
+ "int64",
2376
+ "uint64"
2377
+ ],
2378
+ "primary_dtype": "float64",
2379
+ "scalar_kernels": {
2380
+ "float32": "@stdlib/math/base/special/sincf",
2381
+ "float64": "@stdlib/math/base/special/sinc",
2382
+ "generic": "@stdlib/math/base/special/sinc"
2383
+ },
2384
+ "policies": {
2385
+ "output": "real_floating_point_and_generic",
2386
+ "casting": "none"
2387
+ }
2388
+ },
2389
+ "sind": {
2390
+ "input_dtypes": "real_and_generic",
2391
+ "output_dtypes": "real_floating_point_and_generic",
2392
+ "excluded_dtypes": [
2393
+ "float16",
2394
+ "uint8c",
2395
+ "int64",
2396
+ "uint64"
2397
+ ],
2398
+ "primary_dtype": "float64",
2399
+ "scalar_kernels": {
2400
+ "float32": "@stdlib/math/base/special/sindf",
2401
+ "float64": "@stdlib/math/base/special/sind",
2402
+ "generic": "@stdlib/math/base/special/sind"
2403
+ },
2404
+ "policies": {
2405
+ "output": "real_floating_point_and_generic",
2406
+ "casting": "none"
2407
+ }
2408
+ },
2409
+ "sinh": {
2410
+ "input_dtypes": "real_and_generic",
2411
+ "output_dtypes": "real_floating_point_and_generic",
2412
+ "excluded_dtypes": [
2413
+ "float16",
2414
+ "uint8c",
2415
+ "int64",
2416
+ "uint64"
2417
+ ],
2418
+ "primary_dtype": "float64",
2419
+ "scalar_kernels": {
2420
+ "float64": "@stdlib/math/base/special/sinh",
2421
+ "generic": "@stdlib/math/base/special/sinh"
2422
+ },
2423
+ "policies": {
2424
+ "output": "real_floating_point_and_generic",
2425
+ "casting": "none"
2426
+ }
2427
+ },
2428
+ "sinpi": {
2429
+ "input_dtypes": "real_and_generic",
2430
+ "output_dtypes": "real_floating_point_and_generic",
2431
+ "excluded_dtypes": [
2432
+ "float16",
2433
+ "uint8c",
2434
+ "int64",
2435
+ "uint64"
2436
+ ],
2437
+ "primary_dtype": "float64",
2438
+ "scalar_kernels": {
2439
+ "float32": "@stdlib/math/base/special/sinpif",
2440
+ "float64": "@stdlib/math/base/special/sinpi",
2441
+ "generic": "@stdlib/math/base/special/sinpi"
2442
+ },
2443
+ "policies": {
2444
+ "output": "real_floating_point_and_generic",
2445
+ "casting": "none"
2446
+ }
2447
+ },
2448
+ "spence": {
2449
+ "input_dtypes": "real_and_generic",
2450
+ "output_dtypes": "real_floating_point_and_generic",
2451
+ "excluded_dtypes": [
2452
+ "float16",
2453
+ "uint8c",
2454
+ "int64",
2455
+ "uint64"
2456
+ ],
2457
+ "primary_dtype": "float64",
2458
+ "scalar_kernels": {
2459
+ "float32": "@stdlib/math/base/special/spencef",
2460
+ "float64": "@stdlib/math/base/special/spence",
2461
+ "generic": "@stdlib/math/base/special/spence"
2462
+ },
2463
+ "policies": {
2464
+ "output": "real_floating_point_and_generic",
2465
+ "casting": "none"
2466
+ }
2467
+ },
2468
+ "sqrt": {
2469
+ "input_dtypes": "real_and_generic",
2470
+ "output_dtypes": "real_floating_point_and_generic",
2471
+ "excluded_dtypes": [
2472
+ "float16",
2473
+ "uint8c",
2474
+ "int64",
2475
+ "uint64"
2476
+ ],
2477
+ "primary_dtype": "float64",
2478
+ "scalar_kernels": {
2479
+ "float32": "@stdlib/math/base/special/sqrtf",
2480
+ "float64": "@stdlib/math/base/special/sqrt",
2481
+ "generic": "@stdlib/math/base/special/sqrt"
2482
+ },
2483
+ "policies": {
2484
+ "output": "real_floating_point_and_generic",
2485
+ "casting": "none"
2486
+ }
2487
+ },
2488
+ "sqrt1pm1": {
2489
+ "input_dtypes": "real_and_generic",
2490
+ "output_dtypes": "real_floating_point_and_generic",
2491
+ "excluded_dtypes": [
2492
+ "float16",
2493
+ "uint8c",
2494
+ "int64",
2495
+ "uint64"
2496
+ ],
2497
+ "primary_dtype": "float64",
2498
+ "scalar_kernels": {
2499
+ "float64": "@stdlib/math/base/special/sqrt1pm1",
2500
+ "generic": "@stdlib/math/base/special/sqrt1pm1"
2501
+ },
2502
+ "policies": {
2503
+ "output": "real_floating_point_and_generic",
2504
+ "casting": "none"
2505
+ }
2506
+ },
2507
+ "sqrtpi": {
2508
+ "input_dtypes": "real_and_generic",
2509
+ "output_dtypes": "real_floating_point_and_generic",
2510
+ "excluded_dtypes": [
2511
+ "float16",
2512
+ "uint8c",
2513
+ "int64",
2514
+ "uint64"
2515
+ ],
2516
+ "primary_dtype": "float64",
2517
+ "scalar_kernels": {
2518
+ "float32": "@stdlib/math/base/special/sqrtpif",
2519
+ "float64": "@stdlib/math/base/special/sqrtpi",
2520
+ "generic": "@stdlib/math/base/special/sqrtpi"
2521
+ },
2522
+ "policies": {
2523
+ "output": "real_floating_point_and_generic",
2524
+ "casting": "none"
2525
+ }
2526
+ },
2527
+ "tan": {
2528
+ "input_dtypes": "real_and_generic",
2529
+ "output_dtypes": "real_floating_point_and_generic",
2530
+ "excluded_dtypes": [
2531
+ "float16",
2532
+ "uint8c",
2533
+ "int64",
2534
+ "uint64"
2535
+ ],
2536
+ "primary_dtype": "float64",
2537
+ "scalar_kernels": {
2538
+ "float32": "@stdlib/math/base/special/tanf",
2539
+ "float64": "@stdlib/math/base/special/tan",
2540
+ "generic": "@stdlib/math/base/special/tan"
2541
+ },
2542
+ "policies": {
2543
+ "output": "real_floating_point_and_generic",
2544
+ "casting": "none"
2545
+ }
2546
+ },
2547
+ "tand": {
2548
+ "input_dtypes": "real_and_generic",
2549
+ "output_dtypes": "real_floating_point_and_generic",
2550
+ "excluded_dtypes": [
2551
+ "float16",
2552
+ "uint8c",
2553
+ "int64",
2554
+ "uint64"
2555
+ ],
2556
+ "primary_dtype": "float64",
2557
+ "scalar_kernels": {
2558
+ "float32": "@stdlib/math/base/special/tandf",
2559
+ "float64": "@stdlib/math/base/special/tand",
2560
+ "generic": "@stdlib/math/base/special/tand"
2561
+ },
2562
+ "policies": {
2563
+ "output": "real_floating_point_and_generic",
2564
+ "casting": "none"
2565
+ }
2566
+ },
2567
+ "tanh": {
2568
+ "input_dtypes": "real_and_generic",
2569
+ "output_dtypes": "real_floating_point_and_generic",
2570
+ "excluded_dtypes": [
2571
+ "float16",
2572
+ "uint8c",
2573
+ "int64",
2574
+ "uint64"
2575
+ ],
2576
+ "primary_dtype": "float64",
2577
+ "scalar_kernels": {
2578
+ "float64": "@stdlib/math/base/special/tanh",
2579
+ "generic": "@stdlib/math/base/special/tanh"
2580
+ },
2581
+ "policies": {
2582
+ "output": "real_floating_point_and_generic",
2583
+ "casting": "none"
2584
+ }
2585
+ },
2586
+ "tribonacci": {
2587
+ "input_dtypes": "real_and_generic",
2588
+ "output_dtypes": "real_floating_point_and_generic",
2589
+ "excluded_dtypes": [
2590
+ "float16",
2591
+ "uint8c",
2592
+ "int64",
2593
+ "uint64"
2594
+ ],
2595
+ "primary_dtype": "float64",
2596
+ "scalar_kernels": {
2597
+ "float32": "@stdlib/math/base/special/tribonaccif",
2598
+ "float64": "@stdlib/math/base/special/tribonacci",
2599
+ "generic": "@stdlib/math/base/special/tribonacci"
2600
+ },
2601
+ "policies": {
2602
+ "output": "real_floating_point_and_generic",
2603
+ "casting": "none"
2604
+ }
2605
+ },
2606
+ "trigamma": {
2607
+ "input_dtypes": "real_and_generic",
2608
+ "output_dtypes": "real_floating_point_and_generic",
2609
+ "excluded_dtypes": [
2610
+ "float16",
2611
+ "uint8c",
2612
+ "int64",
2613
+ "uint64"
2614
+ ],
2615
+ "primary_dtype": "float64",
2616
+ "scalar_kernels": {
2617
+ "float32": "@stdlib/math/base/special/trigammaf",
2618
+ "float64": "@stdlib/math/base/special/trigamma",
2619
+ "generic": "@stdlib/math/base/special/trigamma"
2620
+ },
2621
+ "policies": {
2622
+ "output": "real_floating_point_and_generic",
2623
+ "casting": "none"
2624
+ }
2625
+ },
2626
+ "trunc": {
2627
+ "input_dtypes": "numeric_and_generic",
2628
+ "output_dtypes": "numeric_and_generic",
2629
+ "excluded_dtypes": [
2630
+ "float16",
2631
+ "uint8c",
2632
+ "complex32",
2633
+ "int64",
2634
+ "uint64"
2635
+ ],
2636
+ "primary_dtype": "float64",
2637
+ "scalar_kernels": {
2638
+ "int8": "@stdlib/number/int8/base/identity",
2639
+ "int16": "@stdlib/number/int16/base/identity",
2640
+ "int32": "@stdlib/number/int32/base/identity",
2641
+ "uint8": "@stdlib/number/uint8/base/identity",
2642
+ "uint16": "@stdlib/number/uint16/base/identity",
2643
+ "uint32": "@stdlib/number/uint32/base/identity",
2644
+ "float32": "@stdlib/math/base/special/truncf",
2645
+ "float64": "@stdlib/math/base/special/trunc",
2646
+ "generic": "@stdlib/math/base/special/trunc"
2647
+ },
2648
+ "policies": {
2649
+ "output": "numeric_and_generic",
2650
+ "casting": "none"
2651
+ }
2652
+ },
2653
+ "trunc10": {
2654
+ "input_dtypes": "numeric_and_generic",
2655
+ "output_dtypes": "numeric_and_generic",
2656
+ "excluded_dtypes": [
2657
+ "float16",
2658
+ "uint8c",
2659
+ "complex32",
2660
+ "int64",
2661
+ "uint64"
2662
+ ],
2663
+ "primary_dtype": "float64",
2664
+ "scalar_kernels": {
2665
+ "int8": "@stdlib/number/int8/base/identity",
2666
+ "int16": "@stdlib/number/int16/base/identity",
2667
+ "int32": "@stdlib/number/int32/base/identity",
2668
+ "uint8": "@stdlib/number/uint8/base/identity",
2669
+ "uint16": "@stdlib/number/uint16/base/identity",
2670
+ "uint32": "@stdlib/number/uint32/base/identity",
2671
+ "float64": "@stdlib/math/base/special/trunc10",
2672
+ "generic": "@stdlib/math/base/special/trunc10"
2673
+ },
2674
+ "policies": {
2675
+ "output": "numeric_and_generic",
2676
+ "casting": "none"
2677
+ }
2678
+ },
2679
+ "trunc2": {
2680
+ "input_dtypes": "numeric_and_generic",
2681
+ "output_dtypes": "numeric_and_generic",
2682
+ "excluded_dtypes": [
2683
+ "float16",
2684
+ "uint8c",
2685
+ "complex32",
2686
+ "int64",
2687
+ "uint64"
2688
+ ],
2689
+ "primary_dtype": "float64",
2690
+ "scalar_kernels": {
2691
+ "int8": "@stdlib/number/int8/base/identity",
2692
+ "int16": "@stdlib/number/int16/base/identity",
2693
+ "int32": "@stdlib/number/int32/base/identity",
2694
+ "uint8": "@stdlib/number/uint8/base/identity",
2695
+ "uint16": "@stdlib/number/uint16/base/identity",
2696
+ "uint32": "@stdlib/number/uint32/base/identity",
2697
+ "float64": "@stdlib/math/base/special/trunc2",
2698
+ "generic": "@stdlib/math/base/special/trunc2"
2699
+ },
2700
+ "policies": {
2701
+ "output": "numeric_and_generic",
2702
+ "casting": "none"
2703
+ }
2704
+ },
2705
+ "vercos": {
2706
+ "input_dtypes": "real_and_generic",
2707
+ "output_dtypes": "real_floating_point_and_generic",
2708
+ "excluded_dtypes": [
2709
+ "float16",
2710
+ "uint8c",
2711
+ "int64",
2712
+ "uint64"
2713
+ ],
2714
+ "primary_dtype": "float64",
2715
+ "scalar_kernels": {
2716
+ "float32": "@stdlib/math/base/special/vercosf",
2717
+ "float64": "@stdlib/math/base/special/vercos",
2718
+ "generic": "@stdlib/math/base/special/vercos"
2719
+ },
2720
+ "policies": {
2721
+ "output": "real_floating_point_and_generic",
2722
+ "casting": "none"
2723
+ }
2724
+ },
2725
+ "versin": {
2726
+ "input_dtypes": "real_and_generic",
2727
+ "output_dtypes": "real_floating_point_and_generic",
2728
+ "excluded_dtypes": [
2729
+ "float16",
2730
+ "uint8c",
2731
+ "int64",
2732
+ "uint64"
2733
+ ],
2734
+ "primary_dtype": "float64",
2735
+ "scalar_kernels": {
2736
+ "float32": "@stdlib/math/base/special/versinf",
2737
+ "float64": "@stdlib/math/base/special/versin",
2738
+ "generic": "@stdlib/math/base/special/versin"
2739
+ },
2740
+ "policies": {
2741
+ "output": "real_floating_point_and_generic",
2742
+ "casting": "none"
2743
+ }
2744
+ }
2745
+ }