Changes for version 0.58
- Add overloading of '%' and '%='.
- Add oveloading of '&', '|', '^', '~', '>>' and '<<' for compatibility with perl and Math::BigRat.
- Allow new() to assign strings of the form (eg)'2.014' or '201.4e-2'. In both of those instances the object would be assigned the value '1007/500' - which differs from the value assigned by the NV 2.014. By default, on perls whose NV is 'double', '4535124824762089/2251799813685248 would be assigned ny 2.014.
Modules
perl interface to the GMP library's rational (mpq) functions.