emsr / tr29124_test

C++ special math functions
GNU General Public License v3.0
17 stars 3 forks source link

Think about using polynomial (or rather rational polynomial) to represen fixed and floating point numbers #135

Closed emsr closed 7 years ago

emsr commented 7 years ago

Think about using polynomial (or rather rational polynomial) to represent fixed and floating point numbers... The type would be the base (ratio?) coefs would need be constrained to less than base for normal numbers.

emsr commented 7 years ago

This is about number modelling and is a different scope than this library. Try the numbers project.