Problem with assumption (in RR)
Hello,
The following code returns the value "False", and I don't understand why. Does 'assume' and 'in RR' work fine together ?
sage: var('alpha')
sage: assume(alpha,'real')
sage: alpha in RR
False
Thank you by advance Please excuse me for the mistakes, I'm French.