[sage-devel] Re: unexpected equality

2016-09-18 Thread rjf
looks to me like you should use some kind of decision procedure that gets the right answer. Apparently you are using some part of maxima that does numerical evaluation, which part is inappropriate for this use. maybe is(equal(sin(1+2^-200),sin(1))); which returns true. Actually, I'd call that a

Re: [sage-devel] State of sage built with clang/clang++ on OS X

2016-09-18 Thread Travis Scrimshaw
Thank you both. I'm installing it now. Best, Travis On Sunday, September 18, 2016 at 2:33:39 AM UTC-5, tdumont wrote: > > Le 17/09/2016 à 22:15, Francois Bissey a écrit : > > I don’t know about debian based distro specifically but installing clang > > shouldn’t remove gcc, they are orthogonal

Re: [sage-devel] State of sage built with clang/clang++ on OS X

2016-09-18 Thread Thierry Dumont
Le 17/09/2016 à 22:15, Francois Bissey a écrit : > I don’t know about debian based distro specifically but installing clang > shouldn’t remove gcc, they are orthogonal to each other. > I confirm what François says: You can install clang and the gcc programs togeteher on Debian and Debian like