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
I'm trying to solve ohm's' law regarding R. R=U^2/P
and I use this code: let r = Volt(12.0)*Volt(12.0)/Watt(7.0);
and get the error: no implementation for Volt * Volt