We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This code fails to get the y value, with the error 'attempt to subtract with overflow'.
#[test] fn extended_gcd_test(){ use num_integer::Integer; let _x = 10.extended_gcd(&4); let _y = 10_u32.extended_gcd(&4); }