lol idk #1

Open
Quaternions wants to merge 826 commits from StrafesNET/strafe-project:master into master
Showing only changes of commit 8d5fc1ae48 - Show all commits

View File

@ -54,3 +54,8 @@ fn test_sqrt_exact(){
test_exact(n);
}
}
#[test]
fn test_sqrt_max(){
let a=I32F32::MAX;
test_exact(a);
}