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
When constructing an Amount, should it be possible to specify the number of fraction/significant digits or should that functionality exist only in the .with method? #30
I certainly agree that currency and unit are needed, but I wonder if the others could be pushed to with and toString? In other words, one could imagine constructing an Amount based on a digit string and a currency, and then applying .with to specify a number of fraction/significant digits.