We have a problem that don't allow calculate `inv()` method for types which are not floats(`i32`, `i64`, `usize`) because the trait impl is only for `Float`
We have a problem that don't allow calculate
inv()method for types which are not floats(i32,i64,usize) because the trait impl is only forFloat