lol idk #1

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

View File

@ -84,8 +84,8 @@ fn test_bint(){
#[test]
fn test_fix(){
let a=I32F32::ONE;
assert_eq!(a.fix_8(),I256F256::ONE);
assert_eq!(I32F32::ONE.fix_8(),I256F256::ONE);
assert_eq!(I32F32::ONE,I256F256::ONE.fix_1());
}
#[test]
fn test_sqrt(){