v1.1.1
Big float bug fix! v1.1.1
Big float bug fix, code clean up, and handling of Rational
number types
Closed issues:
- Implement Floating Point spelled out using modf (#14)
- Implement Complex Number spelled out (#15)
- Bigger float don't work (#37)
- Allow parsing of irrationals (#38)
- Allow parsing of rationals (#39)
- Add fallback error message for number types not supported (#41)
- Stop Linux x86 (32-bit) support (#46)
Merged pull requests:
- Bigfloats (#44) (@jakewilliami)
- Added fallback to error for bad input type (closes #41) (#45) (@jakewilliami)
- Added parsing for rational numbers (closes #39) (#47) (@jakewilliami)
- Added method handling irrational numbers (closes #38, but open questi… (#49) (@jakewilliami)