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
The Quantity class is currently hard-coded to store a "double". Using template based type can help reduce memory and computation for slower/smaller computers
The text was updated successfully, but these errors were encountered:
I agree. This is a good idea. We should probably use std::is_floating_point or std::is_integral to make sure that the specified type is sensible for a quantity with units.
The Quantity class is currently hard-coded to store a "double". Using template based type can help reduce memory and computation for slower/smaller computers
The text was updated successfully, but these errors were encountered: