test fix better

This commit is contained in:
Quaternions 2024-09-17 15:10:11 -07:00
parent 934475b959
commit bc773f7d45

View File

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