Enable f64::round
This commit is contained in:
parent
50f9ad97a5
commit
3accabd018
1 changed files with 0 additions and 2 deletions
|
|
@ -383,7 +383,6 @@ pub trait F64Ext {
|
|||
#[cfg(todo)]
|
||||
fn ceil(self) -> Self;
|
||||
|
||||
#[cfg(todo)]
|
||||
fn round(self) -> Self;
|
||||
|
||||
#[cfg(todo)]
|
||||
|
|
@ -504,7 +503,6 @@ impl F64Ext for f64 {
|
|||
ceil(self)
|
||||
}
|
||||
|
||||
#[cfg(todo)]
|
||||
#[inline]
|
||||
fn round(self) -> Self {
|
||||
round(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue