-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRmath-windows-4.3.rs
More file actions
546 lines (544 loc) · 17.8 KB
/
Rmath-windows-4.3.rs
File metadata and controls
546 lines (544 loc) · 17.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
/* automatically generated by rust-bindgen 0.71.1 */
/* OS: windows */
/* Platform: */
/* rustc 1.85.1 (4eb161250 2025-03-15) */
/* R version: 4.3.3 */
pub const R_VERSION_STRING: &[u8; 6] = b"4.3.3\0";
pub const HAVE_EXPM1: u32 = 1;
pub const HAVE_HYPOT: u32 = 1;
pub const HAVE_LOG1P: u32 = 1;
pub const HAVE_WORKING_LOG1P: u32 = 1;
pub const M_E: f64 = 2.718281828459045;
pub const M_LOG2E: f64 = 1.4426950408889634;
pub const M_LOG10E: f64 = 0.4342944819032518;
pub const M_LN2: f64 = 0.6931471805599453;
pub const M_LN10: f64 = 2.302585092994046;
pub const M_PI: f64 = 3.141592653589793;
pub const M_2PI: f64 = 6.283185307179586;
pub const M_PI_2: f64 = 1.5707963267948966;
pub const M_PI_4: f64 = 0.7853981633974483;
pub const M_1_PI: f64 = 0.3183098861837907;
pub const M_2_PI: f64 = 0.6366197723675814;
pub const M_2_SQRTPI: f64 = 1.1283791670955126;
pub const M_SQRT2: f64 = 1.4142135623730951;
pub const M_SQRT1_2: f64 = 0.7071067811865476;
pub const M_SQRT_3: f64 = 1.7320508075688772;
pub const M_SQRT_32: f64 = 5.656854249492381;
pub const M_LOG10_2: f64 = 0.3010299956639812;
pub const M_SQRT_PI: f64 = 1.772453850905516;
pub const M_1_SQRT_2PI: f64 = 0.3989422804014327;
pub const M_SQRT_2dPI: f64 = 0.7978845608028654;
pub const M_LN_2PI: f64 = 1.8378770664093456;
pub const M_LN_SQRT_PI: f64 = 0.5723649429247001;
pub const M_LN_SQRT_2PI: f64 = 0.9189385332046728;
pub const M_LN_SQRT_PId2: f64 = 0.22579135264472744;
unsafe extern "C" {
#[doc = " R's versions with !R_FINITE checks"]
pub fn R_pow(x: f64, y: f64) -> f64;
pub fn R_pow_di(arg1: f64, arg2: ::std::os::raw::c_int) -> f64;
#[doc = " Normal Distribution"]
pub fn Rf_dnorm4(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_pnorm5(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qnorm5(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rnorm(arg1: f64, arg2: f64) -> f64;
pub fn Rf_pnorm_both(
arg1: f64,
arg2: *mut f64,
arg3: *mut f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
);
#[doc = " Uniform Distribution"]
pub fn Rf_dunif(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_punif(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qunif(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_runif(arg1: f64, arg2: f64) -> f64;
#[doc = " Gamma Distribution"]
pub fn Rf_dgamma(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_pgamma(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qgamma(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rgamma(arg1: f64, arg2: f64) -> f64;
pub fn Rf_log1pmx(arg1: f64) -> f64;
pub fn Rf_log1pexp(arg1: f64) -> f64;
pub fn Rf_log1mexp(arg1: f64) -> f64;
pub fn Rf_lgamma1p(arg1: f64) -> f64;
#[doc = " Compute the log of a sum or difference from logs of terms, i.e.,\n\n log (exp (logx) + exp (logy))\n or log (exp (logx) - exp (logy))\n\n without causing overflows or throwing away too much accuracy:"]
pub fn Rf_logspace_add(arg1: f64, arg2: f64) -> f64;
pub fn Rf_logspace_sub(arg1: f64, arg2: f64) -> f64;
pub fn Rf_logspace_sum(arg1: *const f64, arg2: ::std::os::raw::c_int) -> f64;
#[doc = " Beta Distribution"]
pub fn Rf_dbeta(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_pbeta(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qbeta(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rbeta(arg1: f64, arg2: f64) -> f64;
#[doc = " Lognormal Distribution"]
pub fn Rf_dlnorm(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_plnorm(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qlnorm(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rlnorm(arg1: f64, arg2: f64) -> f64;
#[doc = " Chi-squared Distribution"]
pub fn Rf_dchisq(arg1: f64, arg2: f64, arg3: ::std::os::raw::c_int) -> f64;
pub fn Rf_pchisq(
arg1: f64,
arg2: f64,
arg3: ::std::os::raw::c_int,
arg4: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qchisq(
arg1: f64,
arg2: f64,
arg3: ::std::os::raw::c_int,
arg4: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rchisq(arg1: f64) -> f64;
#[doc = " Non-central Chi-squared Distribution"]
pub fn Rf_dnchisq(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_pnchisq(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qnchisq(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rnchisq(arg1: f64, arg2: f64) -> f64;
#[doc = " F Distribution"]
pub fn Rf_df(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_pf(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qf(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rf(arg1: f64, arg2: f64) -> f64;
#[doc = " Student t Distribution"]
pub fn Rf_dt(arg1: f64, arg2: f64, arg3: ::std::os::raw::c_int) -> f64;
pub fn Rf_pt(
arg1: f64,
arg2: f64,
arg3: ::std::os::raw::c_int,
arg4: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qt(
arg1: f64,
arg2: f64,
arg3: ::std::os::raw::c_int,
arg4: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rt(arg1: f64) -> f64;
#[doc = " Binomial Distribution"]
pub fn Rf_dbinom_raw(x: f64, n: f64, p: f64, q: f64, give_log: ::std::os::raw::c_int) -> f64;
pub fn Rf_dbinom(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_pbinom(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qbinom(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rbinom(arg1: f64, arg2: f64) -> f64;
#[doc = " Multinomial Distribution"]
pub fn Rf_rmultinom(
arg1: ::std::os::raw::c_int,
arg2: *mut f64,
arg3: ::std::os::raw::c_int,
arg4: *mut ::std::os::raw::c_int,
);
#[doc = " Cauchy Distribution"]
pub fn Rf_dcauchy(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_pcauchy(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qcauchy(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rcauchy(arg1: f64, arg2: f64) -> f64;
#[doc = " Exponential Distribution"]
pub fn Rf_dexp(arg1: f64, arg2: f64, arg3: ::std::os::raw::c_int) -> f64;
pub fn Rf_pexp(
arg1: f64,
arg2: f64,
arg3: ::std::os::raw::c_int,
arg4: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qexp(
arg1: f64,
arg2: f64,
arg3: ::std::os::raw::c_int,
arg4: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rexp(arg1: f64) -> f64;
#[doc = " Geometric Distribution"]
pub fn Rf_dgeom(arg1: f64, arg2: f64, arg3: ::std::os::raw::c_int) -> f64;
pub fn Rf_pgeom(
arg1: f64,
arg2: f64,
arg3: ::std::os::raw::c_int,
arg4: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qgeom(
arg1: f64,
arg2: f64,
arg3: ::std::os::raw::c_int,
arg4: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rgeom(arg1: f64) -> f64;
#[doc = " Hypergeometric Distribution"]
pub fn Rf_dhyper(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: f64,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_phyper(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: f64,
arg5: ::std::os::raw::c_int,
arg6: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qhyper(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: f64,
arg5: ::std::os::raw::c_int,
arg6: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rhyper(arg1: f64, arg2: f64, arg3: f64) -> f64;
#[doc = " Negative Binomial Distribution"]
pub fn Rf_dnbinom(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_pnbinom(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qnbinom(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rnbinom(arg1: f64, arg2: f64) -> f64;
pub fn Rf_dnbinom_mu(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_pnbinom_mu(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qnbinom_mu(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rnbinom_mu(arg1: f64, arg2: f64) -> f64;
#[doc = " Poisson Distribution"]
pub fn Rf_dpois_raw(arg1: f64, arg2: f64, arg3: ::std::os::raw::c_int) -> f64;
pub fn Rf_dpois(arg1: f64, arg2: f64, arg3: ::std::os::raw::c_int) -> f64;
pub fn Rf_ppois(
arg1: f64,
arg2: f64,
arg3: ::std::os::raw::c_int,
arg4: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qpois(
arg1: f64,
arg2: f64,
arg3: ::std::os::raw::c_int,
arg4: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rpois(arg1: f64) -> f64;
#[doc = " Weibull Distribution"]
pub fn Rf_dweibull(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_pweibull(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qweibull(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rweibull(arg1: f64, arg2: f64) -> f64;
#[doc = " Logistic Distribution"]
pub fn Rf_dlogis(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_plogis(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qlogis(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rlogis(arg1: f64, arg2: f64) -> f64;
#[doc = " Non-central Beta Distribution"]
pub fn Rf_dnbeta(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: f64,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_pnbeta(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: f64,
arg5: ::std::os::raw::c_int,
arg6: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qnbeta(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: f64,
arg5: ::std::os::raw::c_int,
arg6: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rnbeta(arg1: f64, arg2: f64, arg3: f64) -> f64;
#[doc = " Non-central F Distribution"]
pub fn Rf_dnf(arg1: f64, arg2: f64, arg3: f64, arg4: f64, arg5: ::std::os::raw::c_int) -> f64;
pub fn Rf_pnf(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: f64,
arg5: ::std::os::raw::c_int,
arg6: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qnf(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: f64,
arg5: ::std::os::raw::c_int,
arg6: ::std::os::raw::c_int,
) -> f64;
#[doc = " Non-central Student t Distribution"]
pub fn Rf_dnt(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_pnt(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qnt(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
#[doc = " Studentized Range Distribution"]
pub fn Rf_ptukey(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: f64,
arg5: ::std::os::raw::c_int,
arg6: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qtukey(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: f64,
arg5: ::std::os::raw::c_int,
arg6: ::std::os::raw::c_int,
) -> f64;
#[doc = " Wilcoxon Rank Sum Distribution"]
pub fn Rf_dwilcox(arg1: f64, arg2: f64, arg3: f64, arg4: ::std::os::raw::c_int) -> f64;
pub fn Rf_pwilcox(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qwilcox(
arg1: f64,
arg2: f64,
arg3: f64,
arg4: ::std::os::raw::c_int,
arg5: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rwilcox(arg1: f64, arg2: f64) -> f64;
pub fn wilcox_free();
#[doc = " Wilcoxon Signed Rank Distribution"]
pub fn Rf_dsignrank(arg1: f64, arg2: f64, arg3: ::std::os::raw::c_int) -> f64;
pub fn Rf_psignrank(
arg1: f64,
arg2: f64,
arg3: ::std::os::raw::c_int,
arg4: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_qsignrank(
arg1: f64,
arg2: f64,
arg3: ::std::os::raw::c_int,
arg4: ::std::os::raw::c_int,
) -> f64;
pub fn Rf_rsignrank(arg1: f64) -> f64;
pub fn signrank_free();
#[doc = " Gamma and Related Functions"]
pub fn Rf_gammafn(arg1: f64) -> f64;
pub fn Rf_lgammafn(arg1: f64) -> f64;
pub fn Rf_lgammafn_sign(arg1: f64, arg2: *mut ::std::os::raw::c_int) -> f64;
pub fn Rf_dpsifn(
arg1: f64,
arg2: ::std::os::raw::c_int,
arg3: ::std::os::raw::c_int,
arg4: ::std::os::raw::c_int,
arg5: *mut f64,
arg6: *mut ::std::os::raw::c_int,
arg7: *mut ::std::os::raw::c_int,
);
pub fn Rf_psigamma(arg1: f64, arg2: f64) -> f64;
pub fn Rf_digamma(arg1: f64) -> f64;
pub fn Rf_trigamma(arg1: f64) -> f64;
pub fn Rf_tetragamma(arg1: f64) -> f64;
pub fn Rf_pentagamma(arg1: f64) -> f64;
pub fn Rf_beta(arg1: f64, arg2: f64) -> f64;
pub fn Rf_lbeta(arg1: f64, arg2: f64) -> f64;
pub fn Rf_choose(arg1: f64, arg2: f64) -> f64;
pub fn Rf_lchoose(arg1: f64, arg2: f64) -> f64;
#[doc = " Bessel Functions"]
pub fn Rf_bessel_i(arg1: f64, arg2: f64, arg3: f64) -> f64;
pub fn Rf_bessel_j(arg1: f64, arg2: f64) -> f64;
pub fn Rf_bessel_k(arg1: f64, arg2: f64, arg3: f64) -> f64;
pub fn Rf_bessel_y(arg1: f64, arg2: f64) -> f64;
pub fn Rf_bessel_i_ex(arg1: f64, arg2: f64, arg3: f64, arg4: *mut f64) -> f64;
pub fn Rf_bessel_j_ex(arg1: f64, arg2: f64, arg3: *mut f64) -> f64;
pub fn Rf_bessel_k_ex(arg1: f64, arg2: f64, arg3: f64, arg4: *mut f64) -> f64;
pub fn Rf_bessel_y_ex(arg1: f64, arg2: f64, arg3: *mut f64) -> f64;
#[doc = " General Support Functions"]
pub fn Rf_imax2(
arg1: ::std::os::raw::c_int,
arg2: ::std::os::raw::c_int,
) -> ::std::os::raw::c_int;
pub fn Rf_imin2(
arg1: ::std::os::raw::c_int,
arg2: ::std::os::raw::c_int,
) -> ::std::os::raw::c_int;
pub fn Rf_fmax2(arg1: f64, arg2: f64) -> f64;
pub fn Rf_fmin2(arg1: f64, arg2: f64) -> f64;
pub fn Rf_sign(arg1: f64) -> f64;
pub fn Rf_fprec(arg1: f64, arg2: f64) -> f64;
pub fn Rf_fround(arg1: f64, arg2: f64) -> f64;
pub fn Rf_fsign(arg1: f64, arg2: f64) -> f64;
pub fn Rf_ftrunc(arg1: f64) -> f64;
pub fn cospi(arg1: f64) -> f64;
pub fn sinpi(arg1: f64) -> f64;
pub fn tanpi(arg1: f64) -> f64;
pub fn Rtanpi(arg1: f64) -> f64;
}