Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 422532b

Browse files
committed
rustfmt'ed + some clean up
1 parent 24768f4 commit 422532b

File tree

2 files changed

+129
-114
lines changed

2 files changed

+129
-114
lines changed

src/math/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ mod log1pf;
4949
mod log2;
5050
mod log2f;
5151
mod logf;
52-
mod powf;
5352
mod pow;
53+
mod powf;
5454
mod round;
5555
mod roundf;
5656
mod scalbn;
@@ -111,8 +111,8 @@ pub use self::log1pf::log1pf;
111111
pub use self::log2::log2;
112112
pub use self::log2f::log2f;
113113
pub use self::logf::logf;
114-
pub use self::powf::powf;
115114
pub use self::pow::pow;
115+
pub use self::powf::powf;
116116
pub use self::round::round;
117117
pub use self::roundf::roundf;
118118
pub use self::scalbn::scalbn;

0 commit comments

Comments
 (0)