Skip to content

Commit 183b9c4

Browse files
committed
the generation screwed up one file.
1 parent 384e3eb commit 183b9c4

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

cached_bindings/Rmath-Darwin-4.4.rs

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -503,24 +503,3 @@ unsafe extern "C" {
503503
pub fn tanpi(arg1: f64) -> f64;
504504
pub fn Rtanpi(arg1: f64) -> f64;
505505
}
506-
rt Functions"]
507-
pub fn Rf_imax2(
508-
arg1: ::std::os::raw::c_int,
509-
arg2: ::std::os::raw::c_int,
510-
) -> ::std::os::raw::c_int;
511-
pub fn Rf_imin2(
512-
arg1: ::std::os::raw::c_int,
513-
arg2: ::std::os::raw::c_int,
514-
) -> ::std::os::raw::c_int;
515-
pub fn Rf_fmax2(arg1: f64, arg2: f64) -> f64;
516-
pub fn Rf_fmin2(arg1: f64, arg2: f64) -> f64;
517-
pub fn Rf_sign(arg1: f64) -> f64;
518-
pub fn Rf_fprec(arg1: f64, arg2: f64) -> f64;
519-
pub fn Rf_fround(arg1: f64, arg2: f64) -> f64;
520-
pub fn Rf_fsign(arg1: f64, arg2: f64) -> f64;
521-
pub fn Rf_ftrunc(arg1: f64) -> f64;
522-
pub fn cospi(arg1: f64) -> f64;
523-
pub fn sinpi(arg1: f64) -> f64;
524-
pub fn tanpi(arg1: f64) -> f64;
525-
pub fn Rtanpi(arg1: f64) -> f64;
526-
}

0 commit comments

Comments
 (0)