test max
This commit is contained in:
parent
67c30b8535
commit
8d5fc1ae48
@ -54,3 +54,8 @@ fn test_sqrt_exact(){
|
|||||||
test_exact(n);
|
test_exact(n);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#[test]
|
||||||
|
fn test_sqrt_max(){
|
||||||
|
let a=I32F32::MAX;
|
||||||
|
test_exact(a);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user