Re: [sage-support] Calling Words in a function gives an error

2021-01-26 Thread Vincent Delecroix
Le 25/01/2021 à 23:52, Nils Bruin a écrit : On Monday, January 25, 2021 at 7:09:32 AM UTC-8 Nikos Apostolakis wrote: Dear Nils, [...] I think treating rational integers as integers is safe. Actually Sage does that sage: 8/2 in ZZ True So to have a function with integer input throw an error

Re: [sage-support] SSL missing

2021-01-26 Thread Dima Pasechnik
I don't think our present binary installs work well on macOS 11. (although conda installs might just work, I need to check) Building from source might be the only option at the moment. On Tue, Jan 26, 2021 at 9:02 AM Pol del Aguila Pla wrote: > > Dear developers of SageMath, > > I keep encounteri

Re: [sage-support] Calling Words in a function gives an error

2021-01-26 Thread G. M.-S.
Just out of curiosity: What is "a"? Guillermo On Tue, 26 Jan 2021 at 09:29, Vincent Delecroix <20100.delecr...@gmail.com> wrote: > > And what should be thought about "4.0 in ZZ" ? > > Even more fun > > sage: a in ZZ > False > sage: 4 / a in ZZ > False > sage: 4.0 / a in ZZ > True > > Does Sage

Re: [sage-support] Calling Words in a function gives an error

2021-01-26 Thread Vincent Delecroix
Oups, I forgot to copy all the relevant input sage: a = 1. Vincent Le 26/01/2021 à 19:38, G. M.-S. a écrit : Just out of curiosity: What is "a"? Guillermo On Tue, 26 Jan 2021 at 09:29, Vincent Delecroix <20100.delecr...@gmail.com> wrote: And what should be thought about "