RubyMoney / google_currency

Ruby Money::Bank interface for the Google Currency exchange data
http://rubymoney.github.com/google_currency
MIT License
182 stars 90 forks source link

Use inverse for certain currency codes #37

Closed Tarang closed 9 years ago

Tarang commented 9 years ago

This pull uses the inverse & reciprocal for JPY, IDR and INR currency conversions. This should be more precise.

Caveats of this technique should be conversions between the currencies mentioned in the array. In general there should be an increase in precision regardless.

This may be a better way to go than to have a disclaimer.

semmons99 commented 9 years ago

worth a try please update the changelog too

Tarang commented 9 years ago

@semmons99 Done. Please just do a last test on your end to check its all in order before merging.