On Jan 12, 2016, at 7:40 PM, Damian Vicino
wrote: I’m interested in developing basic support of “real numbers” for computable calculus applications. In particular, my initial scope would be the 4 arithmetic operations (+, -, *, /), and the comparison operators (<, =) for reals.
Someone is interested in such a library in boost?
Would this be an appropriate step toward more mathematically correct real number types for general use, or would it be limited to computational calculus applications? For example, are there underlying algorithms for common mathematical functions? I assume abs() is easy, but what about things like exp(), log() or pow()? I commonly run into the need for types that better correspond to mathematical reality for scientific computing and feel we need much better support along those lines. If this will lead to that, I’m all for it. Cheers, Brook