Mark S. Baranowski

Results 27 comments of Mark S. Baranowski

For Ian's reference: Gaol's string constructor uses the tightest possible interval for pi. For now you can pass it straight through as a constant. The width of the interval for...

See https://github.com/soarlab/gelpia/issues/16 for a hint at the general strategy to implement this.

half_pi, two_pi, pi and e_const have been added. The constants are confirmed to be 1 ULP wide interval approximations.

The names for the pi related constants come from GAOL itself. There's no difficulty in choosing the name, if Alexey's happy with the names or he has suggestions we'll change...

Alexey's [issue](https://github.com/soarlab/gelpia/issues/13#issuecomment-233523363) is fixed in https://github.com/soarlab/gelpia/commit/967d2b948323b6a64df03c2ff6ef10cf7f0bc012. I didn't know until now python 3.5 had this in-place destructuring (I can't find where in python 3.5 this was allowed). I've turned the...

I like exp1 as well. I'll defer the decision to Alexey.

Hello @rosaAbbasi, Thanks for the report. This error occurred because sly uses f-strings which is a new feature in Python 3.6, however it appears based on your `site-packages` that you...