-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currency without Cents #99
Comments
According to ISO, 1/100 of a Yen is a Sen, which is used by ISO as the cents notation for Yen. If you didn't want to use Sen, you could just call |
But there is no such thing as sen, as it was taken out of circulation in 1953. As I am living in Japan, I can assure you no one uses decimal units when using Yen. I want to display currency how it would normally be displayed. For instance, with US Dollars, I want to display |
If that's the case, I have no problem removing Sen. Please update the currency file appropriately and send a pull request. I'll merge it right away. |
ArgumentError: can't omit precision for a Float.
Currency such as Japanese Yen and Korean Won do not have cents. How should I fix this issue? For instance, should the following spec be corrected from:
to
or
The text was updated successfully, but these errors were encountered: