You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extra parens at alga/alga/src/linear/transformation.rs:371:14 keep the library from compiling. Some((b.norm() / a.norm())) -> Some(b.norm() / a.norm()) fixes it.
Extra parens at alga/alga/src/linear/transformation.rs:371:14 keep the library from compiling.
Some((b.norm() / a.norm()))
->Some(b.norm() / a.norm())
fixes it.Error message
The text was updated successfully, but these errors were encountered: