vpiotr / decimal_for_cpp

Decimal data type for C++
273 stars 68 forks source link

Added direct division of int #18

Closed Frafjord closed 8 years ago

Frafjord commented 8 years ago

Skipping conversion when dividing by int.

vpiotr commented 8 years ago

Hi, thanks for new ideas - I have modified your code (missing return etc). See trunk version.