Sha256: 63865f4370853c476b45bb27a5c54a4072146aa4a626835ae5263871a4e7e5dc

Contents?: true

Size: 158 Bytes

Versions: 11

Compression:

Stored size: 158 Bytes

Contents

#[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
pub fn remainder(x: f64, y: f64) -> f64 {
    let (result, _) = super::remquo(x, y);
    result
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/libm-0.2.11/src/math/remainder.rs
wasmtime-28.0.0 ./ext/cargo-vendor/libm-0.2.11/src/math/remainder.rs
wasmtime-27.0.0 ./ext/cargo-vendor/libm-0.2.11/src/math/remainder.rs
wasmtime-26.0.0 ./ext/cargo-vendor/libm-0.2.8/src/math/remainder.rs
wasmtime-25.0.2 ./ext/cargo-vendor/libm-0.2.8/src/math/remainder.rs
wasmtime-25.0.1 ./ext/cargo-vendor/libm-0.2.8/src/math/remainder.rs
wasmtime-25.0.0 ./ext/cargo-vendor/libm-0.2.8/src/math/remainder.rs
wasmtime-24.0.0 ./ext/cargo-vendor/libm-0.2.8/src/math/remainder.rs
wasmtime-23.0.2 ./ext/cargo-vendor/libm-0.2.8/src/math/remainder.rs
wasmtime-22.0.0 ./ext/cargo-vendor/libm-0.2.8/src/math/remainder.rs
wasmtime-21.0.1 ./ext/cargo-vendor/libm-0.2.8/src/math/remainder.rs