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
massof and chargeof functions use conversion factors current_units.charge.conversion and current_units.mass.conversion. This is potentially computationally slow. Better would be to have current_units.charge_conversion and current_units.mass_conversion which are can be defined to have definite types.
The text was updated successfully, but these errors were encountered:
massof and chargeof functions use conversion factors current_units.charge.conversion and current_units.mass.conversion. This is potentially computationally slow. Better would be to have current_units.charge_conversion and current_units.mass_conversion which are can be defined to have definite types.
The text was updated successfully, but these errors were encountered: