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
We need a function that will read something like ["343.44(45)", "324908.435(67)", "0.0783(1)"] and return two arrays: [343.44, 324908.435, 0.0783] and [0.45, 0.067, 0.0001]