Local Changes

This commit is contained in:
4Y 2019-02-13 18:35:33 -03:00
commit e1f3666534
1 changed files with 1 additions and 1 deletions

View File

@ -2083,6 +2083,6 @@ mod tests {
fn realret() {
use float::Float;
assert_eq!(Float::imag(0.5f64), 0.0f64);
assert_eq!(Float::arg(0.5f64), 0.0f64);
}
}