Docs.rs
exp-rs-0.1.0
exp-rs 0.1.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cosmikwolf
Dependencies
bitflags ^2.9.0
normal
hashbrown ^0.15.2
normal
libm ^0.2
normal
serde ^1.0
normal
cbindgen ^0.28
build
Versions
66.3%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
exp_rs
0.1.0
mul
Sections
Parameters
Returns
In exp_
rs::
functions
exp_rs
::
functions
Function
mul
Copy item path
Source
pub fn mul(a:
Real
, b:
Real
) ->
Real
Expand description
Multiplies two values.
§
Parameters
a
- First value
b
- Second value
§
Returns
The product of
a
and
b
.