Skip to content

Commit

Permalink
trunc is unused right now but we'll keep it in here.
Browse files Browse the repository at this point in the history
  • Loading branch information
mooman219 committed Jan 17, 2024
1 parent 46aceb5 commit 13ce181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/float/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub use floor::*;
pub use fract::*;
pub use get_bitmap::*;
pub use sqrt::*;
#[allow(unused_imports)]
pub use trunc::*;

/// Sets the high bit 0x80000000 on a float.
Expand Down

0 comments on commit 13ce181

Please sign in to comment.