Skip to content
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

Fixing Currency Conversion Glitch: Ensuring Accuracy and Precision #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shukriYusof
Copy link

Encountering a conversion rate below 0.9 from the source currency to the target currency, along with the absence of cents in the currency, can be quite tricky during conversion. This unexpected shift of the decimal point to the left by two places isn't something we want happening! So, I'm stepping in with a pull request to fix this issue. It's all about making sure currency conversion is smooth and accurate for everyone involved!

For instance, 2,525,600 yen converted at a rate of 0.031 should indeed give you around 77,778.38 in MYR, but it seems to be returning 777.78 instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant