Run rustfmt
This commit is contained in:
parent
7eecb9a0ef
commit
88faf19ca5
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ mod truncf;
|
|||
|
||||
pub use self::{
|
||||
ceilf::ceilf, expf::expf, fabs::fabs, fabsf::fabsf, floor::floor, floorf::floorf, fmod::fmod,
|
||||
fmodf::fmodf, hypot::hypot, hypotf::hypotf, log10::log10, log10f::log10f, log2::log2,
|
||||
log2f::log2f, logf::logf, powf::powf, round::round, roundf::roundf, scalbn::scalbn,
|
||||
fmodf::fmodf, hypot::hypot, hypotf::hypotf, log10::log10, log10f::log10f, log2::log2,
|
||||
log2f::log2f, logf::logf, powf::powf, round::round, roundf::roundf, scalbn::scalbn,
|
||||
scalbnf::scalbnf, sqrt::sqrt, sqrtf::sqrtf, trunc::trunc, truncf::truncf,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue